Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IPsecGetStatistics0 function retrieves Internet Protocol Security (IPsec) statistics.
Syntax
DWORD IPsecGetStatistics0(
[in] HANDLE engineHandle,
[out] IPSEC_STATISTICS0 *ipsecStatistics
);
Parameters
[in] engineHandle
Type: HANDLE
Handle for an open session to the filter engine. Call FwpmEngineOpen0 to open a session to the filter engine.
[out] ipsecStatistics
Type: IPSEC_STATISTICS0*
Top-level object of IPsec statistics organization.
Return value
Type: DWORD
Return code/value | Description |
---|---|
|
The IPsec statistics were successfully retrieved. |
|
A Windows Filtering Platform (WFP) specific error. See WFP Error Codes for details. |
|
Failure to communicate with the remote or local firewall engine. |
Remarks
This function cannot be called from within a transaction. It will fail with FWP_E_TXN_IN_PROGRESS. See Object Management for more information about transactions.
The caller needs FWPM_ACTRL_READ_STATS access to the IPsec 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 |