IkeextSaDeleteById0 (Compact 2013)
3/26/2014
This function removes a security association from the database.
Syntax
DWORD IkeextSaDeleteById0(
__in HANDLE engineHandle,
__in UINT64 id
);
Parameters
- engineHandle
Handle for an open session to the Windows Filtering Platform (WFP) filter engine generated by a previous call to FwpmEngineOpen0.
- id
The security association identifier.
Return Value
Return value |
Description |
---|---|
ERROR_SUCCESS 0 |
The security association was removed successfully. |
FWP_E_* error code 0x80320001-0x80320039 |
A WFP specific error. For more information, see WFP Error Codes. |
RPC_* error code 0x80010001-0x80010122 |
A Remote Procedure Call specific error. For more information see Winerror.h.. |
Requirements
Header |
fwpmu.h |
Library |
fwpuclnt.dll |
See Also
Reference
WFP IKE Functions
WFP Functions