Skip to content

Latest commit

 

History

History
130 lines (103 loc) · 3.22 KB

nf-fwpmu-ikeextsadestroyenumhandle0.md

File metadata and controls

130 lines (103 loc) · 3.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fwpmu.IkeextSaDestroyEnumHandle0
IkeextSaDestroyEnumHandle0 function (fwpmu.h)
Frees a handle returned by IkeextSaCreateEnumHandle0.
IkeextSaDestroyEnumHandle0
IkeextSaDestroyEnumHandle0 function [Filtering]
fwp.ikeextsadestroyenumhandle0
fwpmu/IkeextSaDestroyEnumHandle0
fwp\ikeextsadestroyenumhandle0.htm
fwp
b9351d74-bc0b-4423-9f21-5f3be8608b8a
12/05/2018
IkeextSaDestroyEnumHandle0, IkeextSaDestroyEnumHandle0 function [Filtering], fwp.ikeextsadestroyenumhandle0, fwpmu/IkeextSaDestroyEnumHandle0
fwpmu.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fwpuclnt.lib
Fwpuclnt.dll
Windows
19H1
IkeextSaDestroyEnumHandle0
fwpmu/IkeextSaDestroyEnumHandle0
c++
APIRef
kbSyntax
DllExport
Fwpuclnt.dll
IkeextSaDestroyEnumHandle0

IkeextSaDestroyEnumHandle0 function

-description

The IkeextSaDestroyEnumHandle0 function frees a handle returned by IkeextSaCreateEnumHandle0.

-parameters

-param engineHandle [in]

Type: HANDLE

Handle for an open session to the filter engine generated by a previous call to FwpmEngineOpen0.

-param enumHandle [in]

Type: HANDLE

Handle of the enumeration to destroy. Previously created by a call to IkeextSaCreateEnumHandle0.

-returns

Type: DWORD

Return code/value Description
ERROR_SUCCESS
0
The enumeration was deleted successfully.
FWP_E_* error code
0x80320001—0x80320039
A Windows Filtering Platform (WFP) specific error. See WFP Error Codes for details.
RPC_* error code
0x80010001—0x80010122
Failure to communicate with the remote or local firewall engine.

-remarks

IkeextSaDestroyEnumHandle0 is a specific implementation of IkeextSaDestroyEnumHandle. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

-see-also

IKE/AuthIP Functions

WFP Functions

Windows Filtering Platform API Reference