Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The IkeextGetStatistics0 function retrieves Internet Key Exchange (IKE) and Authenticated Internet Protocol (AuthIP) statistics.
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 |