IKEEXT_COMMON_STATISTICS0-Struktur (iketypes.h)
Die IKEEXT_COMMON_STATISTICS0-Struktur enthält verschiedene Statistiken, die für IKE und Authip gemeinsam sind. IKEEXT_COMMON_STATISTICS1 ist verfügbar.
Syntax
typedef struct IKEEXT_COMMON_STATISTICS0_ {
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 v4Statistics;
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 v6Statistics;
UINT32 totalPacketsReceived;
UINT32 totalInvalidPacketsReceived;
UINT32 currentQueuedWorkitems;
} IKEEXT_COMMON_STATISTICS0;
Member
v4Statistics
Allgemeine IPv4-Statistiken.
Weitere Informationen finden Sie unter IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 .
v6Statistics
Allgemeine IPv6-Statistiken.
Weitere Informationen finden Sie unter IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 .
totalPacketsReceived
Gesamtanzahl der empfangenen Pakete.
totalInvalidPacketsReceived
Gesamtzahl der empfangenen ungültigen Pakete.
currentQueuedWorkitems
Aktuelle Anzahl von Arbeitselementen, die in der Warteschlange stehen und auf die Verarbeitung warten.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | iketypes.h |