2.2.12 INET_INFO_STATISTICS_INFO

The INET_INFO_STATISTICS_INFO union contains a pointer to an INET_INFO_STATISTICS_0 structure.

This type is declared as follows:

 typedef 
 [switch_type(unsigned long)] 
 union _INET_INFO_STATISTICS_INFO {
   [case(0)] 
     LPINET_INFO_STATISTICS_0 InetStats0;
   [default]     ;
 } INET_INFO_STATISTICS_INFO,
  *LPINET_INFO_STATISTICS_INFO;

InetStats0: The pointer to an INET_INFO_STATISTICS_0 structure that contains statistical information relevant to the Internet protocol server.