Skip to content

Latest commit

 

History

History
122 lines (101 loc) · 3.18 KB

nf-fwpmu-fwpmsessiondestroyenumhandle0.md

File metadata and controls

122 lines (101 loc) · 3.18 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.FwpmSessionDestroyEnumHandle0
FwpmSessionDestroyEnumHandle0 function (fwpmu.h)
Frees a handle returned by FwpmSessionCreateEnumHandle0.
FwpmSessionDestroyEnumHandle0
FwpmSessionDestroyEnumHandle0 function [Filtering]
fwp.fwpmsessiondestroyenumhandle0_func
fwpmu/FwpmSessionDestroyEnumHandle0
fwp\fwpmsessiondestroyenumhandle0_func.htm
fwp
468793d1-451d-4116-b635-f45edff10211
12/05/2018
FwpmSessionDestroyEnumHandle0, FwpmSessionDestroyEnumHandle0 function [Filtering], fwp.fwpmsessiondestroyenumhandle0_func, fwpmu/FwpmSessionDestroyEnumHandle0
fwpmu.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fwpuclnt.lib
Fwpuclnt.dll
Windows
19H1
FwpmSessionDestroyEnumHandle0
fwpmu/FwpmSessionDestroyEnumHandle0
c++
APIRef
kbSyntax
DllExport
Fwpuclnt.dll
FwpmSessionDestroyEnumHandle0

FwpmSessionDestroyEnumHandle0 function

-description

The FwpmSessionDestroyEnumHandle0 function frees a handle returned by FwpmSessionCreateEnumHandle0.

-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 for a session enumeration created by a call to FwpmSessionCreateEnumHandle0.

-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

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

-see-also

FwpmSessionCreateEnumHandle0