Skip to content

Latest commit

 

History

History
122 lines (101 loc) · 3.26 KB

nf-fwpmu-ipsecsacontextdestroyenumhandle0.md

File metadata and controls

122 lines (101 loc) · 3.26 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.IPsecSaContextDestroyEnumHandle0
IPsecSaContextDestroyEnumHandle0 function (fwpmu.h)
Frees a handle returned by IPsecSaContextCreateEnumHandle0.
IPsecSaContextDestroyEnumHandle0
IPsecSaContextDestroyEnumHandle0 function [Filtering]
fwp.ipsecsacontextdestroyenumhandle0
fwpmu/IPsecSaContextDestroyEnumHandle0
fwp\ipsecsacontextdestroyenumhandle0.htm
fwp
2d8cb6e2-3923-473f-85d0-26638781651b
12/05/2018
IPsecSaContextDestroyEnumHandle0, IPsecSaContextDestroyEnumHandle0 function [Filtering], fwp.ipsecsacontextdestroyenumhandle0, fwpmu/IPsecSaContextDestroyEnumHandle0
fwpmu.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fwpuclnt.lib
Fwpuclnt.dll
Windows
19H1
IPsecSaContextDestroyEnumHandle0
fwpmu/IPsecSaContextDestroyEnumHandle0
c++
APIRef
kbSyntax
DllExport
Fwpuclnt.dll
IPsecSaContextDestroyEnumHandle0

IPsecSaContextDestroyEnumHandle0 function

-description

The IPsecSaContextDestroyEnumHandle0 function frees a handle returned by IPsecSaContextCreateEnumHandle0.

-parameters

-param engineHandle [in]

Type: HANDLE

Handle for an open session to the filter engine. Call FwpmEngineOpen0 to open a session to the filter engine.

-param enumHandle [in]

Type: HANDLE

Handle of an IPsec security association (SA) context enumeration returned by IPsecSaContextCreateEnumHandle0.

-returns

Type: DWORD

Return code/value Description
ERROR_SUCCESS
0
The enumerator was successfully deleted.
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

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

-see-also

IPsecSaContextCreateEnumHandle0