IkeextSaDestroyEnumHandle0 (Compact 2013)
3/26/2014
This function frees a handle that was obtained by calling IkeextSaCreateEnumHandle0.
Syntax
DWORD WINAPI IkeextSaDestroyEnumHandle0(
__in HANDLE engineHandle,
__in HANDLE enumHandle
);
Parameters
- engineHandle
Handle for an open session to the Windows Filtering Platform (WFP) filter engine that was generated by a previous call to FwpmEngineOpen0.
- enumHandle
Handle of the enumeration to destroy. You must use a handle that you previously created by calling IkeextSaCreateEnumHandle0.
Return Value
Return code |
Description |
---|---|
ERROR_SUCCESS 0 |
The enumeration was deleted 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
IkeextSaCreateEnumHandle0