2.2.13 INET_INFO_STATISTICS_0
The INET_INFO_STATISTICS_0 structure contains statistics for an Internet protocol server.
This type is declared as follows:
-
typedef struct _INET_INFO_STATISTICS_0 { INETA_CACHE_STATISTICS CacheCtrs; INETA_ATQ_STATISTICS AtqCtrs; DWORD nAuxCounters; DWORD rgCounters[20]; } INET_INFO_STATISTICS_0, *LPINET_INFO_STATISTICS_0;
CacheCtrs: The structure of type INETA_CACHE_STATISTICS that contains statistics on the Internet protocol server cache.
AtqCtrs: The structure of type INETA_ATQ_STATISTICS that contains statistics on the Internet protocol server network I/O.
nAuxCounters: The number of initialized elements in rgCounters. MUST be 0.
rgCounters: An array of 20 elements. This field is unused and MUST be ignored by clients.