Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.