2.2.1.2.187 IP_DNS_PROXY_STATISTICS
The IP_DNS_PROXY_STATISTICS structure contains the IP DNS proxy statistics.
-
typedef struct _IP_DNS_PROXY_STATISTICS { ULONG MessagesIgnored; ULONG QueriesReceived; ULONG ResponsesReceived; ULONG QueriesSent; ULONG ResponsesSent; } IP_DNS_PROXY_STATISTICS, *PIP_DNS_PROXY_STATISTICS;
MessagesIgnored: The count of the DNS proxy messages ignored.
QueriesReceived: The count of the DNS proxy queries received.
ResponsesReceived: The count of the DNS proxy responses received.
QueriesSent: The count of the DNS proxy queries sent.
ResponsesSent: The count of the DNS proxy responses sent.