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 Type | Field | Description |
---|---|---|
As Long | hCtx | VB API context handle |
As Long | Type | Object type. See Table 15, Bitmask Data Typesfor a list of object types. |
As String * ESB_APPNAMELEN | AppName | Application name |
As String * ESB_DBNAMELEN | DbName | Database name |
As String * ESB_PATHLEN | FileName | Object's file name. A local file name when the following apply:
|