Contains information about data blocks exclusively locked, as returned by the istLocks() function. Fields in this structure cannot be modified using the API.
typedef struct ESS_LOCKINFO_T { ESS_USERNAME_T UserName; ESS_USHORT_T nLocks; ESS_TIME_T Time; ESS_LOGINID_T LoginId; } ESS_LOCKINFO_T, *ESS_PLOCKINFO_T, **ESS_PPLOCKINFO_T;
Data Type | Field | Description |
---|---|---|
ESS_USERNAME_T | UserName | The user name |
ESS_USHORT_T | nLocks | The number of blocks exclusively locked by this user |
ESS_TIME_T | Time | The maximum time (in seconds) that blocks have been exclusively locked |
ESS_LOGINID_T | LoginId | The user login identification tag |