LockDataType( dtn );
VOID LockDataType( struct DataType * );
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.
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).