ESB_APPINFOEX_T

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
Data TypeFieldDescription
As String * ESB_APPNAMELENNameApplication name
As String * ESB_SVRNAMELENServer Network server name
As Integer AppType The type of application.
Valid values are:
  • ESB_APP_UNICODE - 0x0003 - The program is a Unicode client program. The function fails if the server is not in Unicode mode. This is the default value.
  • ESB_APP_NONUNICODE - 0x0002 - The program is a non-Unicode mode client program.
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:
  • 0 - the default
  • 1 - multidimensional
  • 2 - DB2 relational
  • 3 - Oracle relational
  • 4 - aggregate storage (ASO)
  • 1000 - Undefined
As IntegerStatusApplication load status
As IntegernConnectsNumber of users connected
As LongElapsedApp Time Elapsed application time: number of seconds the application has been loaded