ESS_APPINFOEX_T

This structure is used in EssGetApplicationInfoEx. The fields are:

typedef struct  ESS_APPINFOEX_T
{
   ESS_APPNAME_T Name;                  
   ESS_SVRNAME_T Server;                
   ESS_USHORT_T  Status;                
   ESS_USHORT_T  nConnects;             
   ESS_TIME_T    ElapsedAppTime;        
} ESS_APPINFOEX_T, *ESS_PAPPINFOEX_T, **ESS_PPAPPINFOEX_T;
Data TypeFieldDescription
ESS_APPNAME_TNameApplication name
ESS_SVRNAME_TServerServer name
ESS_USHORT_TStatusThe application load status (loaded or not loaded). This field can contain the following values:

ESS_STATUS_NOTLOADED
ESS_STATUS_LOADING
ESS_STATUS_LOADED
ESS_STATUS_UNLOADING

ESS_USHORT_TnConnectsThe number of users currently connected to the application
ESS_TIME_TElapsed-AppTimeElapsed number of seconds since application loading