IKEEXT_STATISTICS0 structure
The IKEEXT_STATISTICS0 structure stores various IKE/AuthIP statistics.
Note IKEEXT_STATISTICS0 is the specific implementation of IKEEXT_STATISTICS used in Windows Vista. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information. For Windows 7 and later, 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
Minimum supported client |
Windows Vista [desktop apps only] |
---|---|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
IDL |
|
See also
Show: