Skip to content

Latest commit

 

History

History
118 lines (99 loc) · 2.78 KB

nf-fwpmu-ipseckeymanagerunregisteranddelete0.md

File metadata and controls

118 lines (99 loc) · 2.78 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.IPsecKeyManagerUnregisterAndDelete0
IPsecKeyManagerUnregisterAndDelete0 function (fwpmu.h)
Unregisters a Trusted Intermediary Agent (TIA) which had previously been registered with IPsec.
IPsecKeyManagerUnregisterAndDelete0
IPsecKeyManagerUnregisterAndDelete0 function [Filtering]
fwp.ipseckeymanagerunregisteranddelete0
fwpmu/IPsecKeyManagerUnregisterAndDelete0
fwp\ipseckeymanagerunregisteranddelete0.htm
fwp
6A200451-3528-4728-A2D1-643385BA23E6
12/05/2018
IPsecKeyManagerUnregisterAndDelete0, IPsecKeyManagerUnregisterAndDelete0 function [Filtering], fwp.ipseckeymanagerunregisteranddelete0, fwpmu/IPsecKeyManagerUnregisterAndDelete0
fwpmu.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Fwpuclnt.lib
Fwpuclnt.dll
Windows
19H1
IPsecKeyManagerUnregisterAndDelete0
fwpmu/IPsecKeyManagerUnregisterAndDelete0
c++
APIRef
kbSyntax
DllExport
Fwpuclnt.dll
IPsecKeyManagerUnregisterAndDelete0

IPsecKeyManagerUnregisterAndDelete0 function

-description

The IPsecKeyManagerUnregisterAndDelete0 function unregisters a Trusted Intermediary Agent (TIA) which had previously been registered with IPsec.

-parameters

-param engineHandle [in]

Type: HANDLE

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

-param keyMgmtHandle [in]

Type: HANDLE

Address of the previously created registration.

-returns

Type: DWORD

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

-see-also

WFP Functions