IKEEXT_STATISTICS0 structure (iketypes.h)
The IKEEXT_STATISTICS0 structure stores various IKE/AuthIP statistics. IKEEXT_STATISTICS1 is available.
Syntax
typedef struct IKEEXT_STATISTICS0_ {
IKEEXT_KEYMODULE_STATISTICS0 ikeStatistics;
IKEEXT_KEYMODULE_STATISTICS0 authipStatistics;
IKEEXT_COMMON_STATISTICS0 commonStatistics;
} IKEEXT_STATISTICS0;
Members
ikeStatistics
Statistics specific to IKE.
See IKEEXT_KEYMODULE_STATISTICS0 for more information.
authipStatistics
Statistics specific to AuthIP.
See IKEEXT_KEYMODULE_STATISTICS0 for more information.
commonStatistics
Statistics common to IKE and AuthIP.
See IKEEXT_COMMON_STATISTICS0 for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | iketypes.h |