IPsecDospGetStatistics0 function (fwpmu.h)
The IPsecDospGetStatistics0 function retrieves Internet Protocol Security (IPsec) DoS Protection statistics.
Syntax
DWORD IPsecDospGetStatistics0(
[in] HANDLE engineHandle,
[out] IPSEC_DOSP_STATISTICS0 *idpStatistics
);
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] idpStatistics
Type: IPSEC_DOSP_STATISTICS0*
Top-level object of IPsec DoS Protection statistics organization.
Return value
Type: DWORD
Return code/value | Description |
---|---|
|
The IPsec DoS Protection statistics were successfully returned. |
|
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 DoS Protection component. See Access Control for more information.
IPsecDospGetStatistics0 is a specific implementation of IPsecDospGetStatistics. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | fwpmu.h |
Library | Fwpuclnt.lib |
DLL | Fwpuclnt.dll |