Home  /  Autodocs  /  datatypes.library

NAME

LockDataType
Lock a DataType structure. (V45)

SYNOPSIS

LockDataType( dtn );
a0

VOID LockDataType( struct DataType * );

FUNCTION

This function is used to lock a DataType structure obtained by ObtainDataTypeA or a datatypes object (DTA_DataType attribute).

All calls to LockDataType or ObtainDataTypeA must match the same number of ReleaseDataType calls, otherwise havoc will break out.

INPUTS

dtn
DataType structure returned by ObtainDataTypeA. NULL is a valid input.

NOTES

This function has been made public to allow to get a DataType structure from an object (DTA_DataType attribute), and remain the reference valid after the object has been disposed off (which unlocks the DataType structure locked in NewDTObjectA).

SEE ALSO

ObtainDataTypeA, ReleaseDataType