ESB_OBJINFO_T

This structure contains information about a specific file object. Fields in this structure cannot be modified using the API. The fields are:

Type ESB_OBJINFO_T

   AppName        As String * ESB_APPNAMELEN  
   DbName         As String * ESB_DBNAMELEN   
   Name           As String * ESB_OBJNAMELEN  
   Type           As Long                     
   FileSize       As Long                     
   TimeStamp      As Long                     
   TimeModified   As ESB_TIMERECORD_T         
   User           As String * ESB_USERNAMELEN 
   Locked         As Integer                  
End Type
VB Data TypeFieldDescription
As String * ESB_OBJNAMELENNameObject name
As LongTypeObject type. See Table 15, Bitmask Data Types for a list of object types.
As String * ESB_APPNAMELENAppNameApplication name
As String * ESB_DBNAMELENDbNameDatabase name
As LongFileSizeObject's allocated file size (in bytes)
As String * 1LockedFlag to indicate whether object is locked (ESB_TRUE indicates the object is locked)
As String * ESB_USERNAMELENUserName of the user who has the object locked (if locked), otherwise undefined
As LongTimeStampDate and time object was locked (if locked), otherwise undefined
As ESB_TIMERECORD_TTime ModifiedDate and time of last modification