struttura IKEEXT_STATISTICS1 (iketypes.h)
La struttura IKEEXT_STATISTICS1 archivia varie statistiche IKE, AuthIP e IKEv2. IKEEXT_STATISTICS1 è l'implementazione specifica di IKEEXT_STATISTICS usata in Windows 7 e versioni successive. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information. Per Windows Vista, IKEEXT_STATISTICS0 è disponibile.
Sintassi
typedef struct IKEEXT_STATISTICS1_ {
IKEEXT_KEYMODULE_STATISTICS1 ikeStatistics;
IKEEXT_KEYMODULE_STATISTICS1 authipStatistics;
IKEEXT_KEYMODULE_STATISTICS1 ikeV2Statistics;
IKEEXT_COMMON_STATISTICS1 commonStatistics;
} IKEEXT_STATISTICS1;
Members
ikeStatistics
Statistiche specifiche di IKE.
Per altre informazioni, vedere IKEEXT_KEYMODULE_STATISTICS1 .
authipStatistics
Statistiche specifiche di AuthIP.
Per altre informazioni, vedere IKEEXT_KEYMODULE_STATISTICS1 .
ikeV2Statistics
Statistiche specifiche di IKEv2.
Per altre informazioni, vedere IKEEXT_KEYMODULE_STATISTICS1 .
commonStatistics
Statistiche comuni a IKE, AuthIP e IKEv2.
Per altre informazioni, vedere IKEEXT_COMMON_STATISTICS1 .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | iketypes.h |