IkeextGetStatistics0 function (fwpmu.h)
The IkeextGetStatistics0 function retrieves Internet Key Exchange (IKE) and Authenticated Internet Protocol (AuthIP) statistics.
Note IkeextGetStatistics0 is the specific implementation of IkeextGetStatistics used in Windows Vista. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information. For Windows 7 and later, IkeextGetStatistics1 is available.
Syntax
DWORD IkeextGetStatistics0(
[in] HANDLE engineHandle,
[out] IKEEXT_STATISTICS0 *ikeextStatistics
);
Parameters
[in] engineHandle
Type: HANDLE
Handle for an open session to the filter engine generated by a previous call to FwpmEngineOpen0.
[out] ikeextStatistics
Type: IKEEXT_STATISTICS0*
The top-level object of IKE/AuthIP statistics organization.
Return value
Type: DWORD
Return code/value | Description |
---|---|
|
The information was retrieved successfully. |
|
A Windows Filtering Platform (WFP) specific error. See WFP Error Codes for details. |
|
Failure to communicate with the remote or local firewall engine. |
Remarks
The caller needs FWPM_ACTRL_READ_STATS access to the IKE/AuthIP security associations database. See Access Control for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | fwpmu.h |
Library | Fwpuclnt.lib |
DLL | Fwpuclnt.dll |