ESB_LOCKINFO_T

This structure contains information about data blocks exclusively locked, as returned by the EsbListLocks() function. Fields in this structure cannot be modified using the VB API. The fields are:

Type ESB_LOCKINFO_T

   LoginId   As Long                      
   Time      As Long                      
   nLocks    As Integer                   
   userName  As String * ESB_USERNAMELEN  
End Type
VB Data TypeFieldDescription
As String * ESB_USERNAMELENUserNameThe user name
As IntegernLocksThe number of blocks exclusively locked by this user
As IntegerTimeThe maximum time (in seconds) that blocks have been exclusively locked
As LongLoginIdThe user login identification tag