ESS_LOCKINFO_T

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 TypeFieldDescription
ESS_USERNAME_TUserNameThe user name
ESS_USHORT_TnLocksThe number of blocks exclusively locked by this user
ESS_TIME_TTimeThe maximum time (in seconds) that blocks have been exclusively locked
ESS_LOGINID_TLoginIdThe user login identification tag