2.2.18 W3_STATISTICS_STRUCT

The W3_STATISTICS_STRUCT union contains a pointer to a W3_STATISTICS_1 structure.

This type is declared as follows:

 typedef 
 [switch_type(unsigned long)] 
 union _W3_STATISTICS_UNION {
   [case(0)] 
     LPW3_STATISTICS_1 StatInfo1;
   [default]     ;
 } W3_STATISTICS_STRUCT,
  *LPW3_STATISTICS_STRUCT;

StatInfo1: The pointer to a W3_STATISTICS_1 structure that contains the HTTP protocol statistics.