This structure is used in EsbGetApplicationInfoEx(). The fields are:
Type ESB_APPINFOEX_T Name As String * ESB_APPNAMELEN Server As String * ESB_SVRNAMELEN status As Integer ElapsedAppTime As Long nConnects As Integer End Type
Data Type | Field | Description |
As String * ESB_APPNAMELEN | Name | Application name |
As String * ESB_SVRNAMELEN | Server | Network server name |
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 |