CONN_PHYSICAL_LOCK
Returns a connection’s physical locks
typedef struct
{
nuint16 taskNumber;
nuint8 lockType;
nuint32 recordStart;
nuint32 recordEnd;
} CONN_PHYSICAL_LOCK;
uses calwin32
CONN_PHYSICAL_LOCK = packed Record
taskNumber : nuint16;
lockType : nuint8;
recordStart : nuint32;
recordEnd : nuint32;
End;