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 Type | Field | Description |
---|---|---|
As String * ESB_USERNAMELEN | UserName | The user name |
As Integer | nLocks | The number of blocks exclusively locked by this user |
As Integer | Time | The maximum time (in seconds) that blocks have been exclusively locked |
As Long | LoginId | The user login identification tag |