ESB_APPINFO_T

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 TypeFieldDescription
As String * ESB_APPNAMELENNameThe application name
As String * ESB_SVRNAMELENServer The server name
As IntegerStatusApplication load status. The values are as follows:
ESB_STATUS_NOTLOADED
ESB_STATUS_LOADING
ESB_STATUS_LOADED
ESB_STATUS_UNLOADING
As IntegernConnectsThe number of users currently connected to the application
As LongElapsedAppTimeElapsed number of seconds since application loading
As IntegernDbsNumber of databases in this application