2.2.10.2.2 DNSSRV_STATS

The DNSSRV_STATS structure carries server statistics information. This structure MUST be interpreted as one of the more specific statistics structures specified in sections 2.2.10.2.4 through 2.2.10.2.24, depending upon the StatId value in the Header member. This structure MUST be formatted as follows:

 typedef struct _DnsStat {
   DNSSRV_STAT_HEADER Header;
   BYTE Buffer[1];
 } DNSSRV_STAT,
  *PDNSSRV_STAT,
  *PDNSSRV_STATS;

Header: A structure of type DNSSRV_STAT_HEADER (section 2.2.10.2.1).

Buffer: A variable length array of bytes that contains information specific to the type of DNS server statistics, as specified by the StatId value in the Header.