ESB_OBJDEF_T

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

Type ESB_OBJDEF_T

  hCtx          As Long                       
  Type          As Long                       
  AppName       As String * ESB_APPNAMELEN    
  DbName        As String * ESB_DBNAMELEN     
  FileName      As String * ESB_PATHLEN       
End Type
VB Data TypeFieldDescription
As LonghCtxVB API context handle
As LongTypeObject type. See Table 15, Bitmask Data Typesfor a list of object types.
As String * ESB_APPNAMELENAppNameApplication name
As String * ESB_DBNAMELENDbNameDatabase name
As String * ESB_PATHLENFileNameObject's file name. A local file name when the following apply:
  • hCtx is a local context handle

  • AppName and DbName are empty strings

  • FileName points to the full path name of a local file.