This structure contains information about data blocks exclusively locked, as returned by the EssListLocks() function. Fields in this structure cannot be modified using the API. The fields are:
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 |