IKEEXT_STATISTICS1 structure (iketypes.h)
The IKEEXT_STATISTICS1 structure stores various IKE, AuthIP, and IKEv2 statistics. IKEEXT_STATISTICS1 is the specific implementation of IKEEXT_STATISTICS used in Windows 7 and later. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information. For Windows Vista, IKEEXT_STATISTICS0 is available.
Syntax
typedef struct IKEEXT_STATISTICS1_ {
IKEEXT_KEYMODULE_STATISTICS1 ikeStatistics;
IKEEXT_KEYMODULE_STATISTICS1 authipStatistics;
IKEEXT_KEYMODULE_STATISTICS1 ikeV2Statistics;
IKEEXT_COMMON_STATISTICS1 commonStatistics;
} IKEEXT_STATISTICS1;
Members
ikeStatistics
Statistics specific to IKE.
See IKEEXT_KEYMODULE_STATISTICS1 for more information.
authipStatistics
Statistics specific to AuthIP.
See IKEEXT_KEYMODULE_STATISTICS1 for more information.
ikeV2Statistics
Statistics specific to IKEv2.
See IKEEXT_KEYMODULE_STATISTICS1 for more information.
commonStatistics
Statistics common to IKE, AuthIP, and IKEv2.
See IKEEXT_COMMON_STATISTICS1 for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | iketypes.h |