2.2.12.2.5 DNS_RPC_ZONE_STATS_V1
The DNS_RPC_ZONE_STATS_V1 structure SHOULD<84> contain all the statistics about a zone.
-
typedef struct _DnsRpcZoneStats { DWORD dwRpcStructureVersion; DNSSRV_ZONE_TIME_STATS ZoneTimeStats; DNSSRV_ZONE_QUERY_STATS ZoneQueryStats[MAX_RECORD_TYPES]; DNSSRV_ZONE_TRANSFER_STATS ZoneTransferStats[MAX_ZONE_TRANSFER_TYPES]; DNSSRV_ZONE_UPDATE_STATS ZoneUpdateStats; DNSSRV_ZONE_RRL_STATS ZoneRRLStats; } DNS_RPC_ZONE_STATS_V1, *PDNS_RPC_ZONE_STATS_V1;
dwRpcStructureVersion: The DNS management structure version number. This value MUST be set to 0x00000001.
ZoneTimeStats: Information about the zone time statistics in the DNSSRV_ZONE_TIME_STATS structure (section 2.2.12.2.1).
ZoneQueryStats: An array of DNSSRV_ZONE_QUERY_STATS structures (section 2.2.12.2.2).
ZoneTransferStats: An array of DNSSRV_ZONE_TRANSFER_STATS structures (section 2.2.12.2.3).
ZoneUpdateStats: Information about the zone dynamic update statistics in the DNSSRV_ZONE_UPDATE_STATS structure (section 2.2.12.2.4).
ZoneRRLStats: Information about the zone RRL statistics in the DNSSRV_ZONE_RRL_STATS structure (section 2.2.12.2.6).