This is an Application Info Structure used to get information about a specific application. Fields in this structure cannot be modified using the VB API. See also the ESB_APPSTATE_T structure, which contains additional application state parameters that can be modified. The fields are:
Type ESB_APPINFO_T Name As String * ESB_APPNAMELEN Server As String * ESB_SVRNAMELEN status As Integer nConnects As Integer nDbs As Integer ElapsedAppTime As Long End Type
VB Data Type | Field | Description |
As String * ESB_APPNAMELEN | Name | The application name |
As String * ESB_SVRNAMELEN | Server | The server name |
As Integer | Status | Application load status. The values are as follows:
ESB_STATUS_NOTLOADED ESB_STATUS_LOADING ESB_STATUS_LOADED ESB_STATUS_UNLOADING |
As Integer | nConnects | The number of users currently connected to the application |
As Long | ElapsedAppTime | Elapsed number of seconds since application loading |
As Integer | nDbs | Number of databases in this application |