This structure is used in EsbGetApplicationInfoEx(). The fields are:
Type ESB_APPINFOEX_T Name As String * ESB_APPNAMELEN Server As String * ESB_SVRNAMELEN AppType As Integer AppLocale As String * ESB_LOCALESTRING_LENGTH storageType As Integer status As Integer nConnects As Integer ElapsedAppTime As Long End Type
VB Data Type | Field | Description |
---|---|---|
As String * ESB_APPNAMELEN | Name | Application name |
As String * ESB_SVRNAMELEN | Server | Network server name |
As Integer | AppType | The type of application. Valid values are:
|
As String * ESB_LOCALESTRING_LENGTH | AppLocale | The application locale description, of type ESB_LOCALESTRING_LENGTH. |
As Integer | StorageType | The storage type. The valid values are:
|
As Integer | Status | Application load status |
As Integer | nConnects | Number of users connected |
As Long | ElapsedApp Time | Elapsed application time: number of seconds the application has been loaded |