FwpmFreeMemory0 (Compact 2013)
3/26/2014
This function is used to release memory resources allocated by the Windows Filtering Platform (WFP) functions.
Syntax
void WINAPI FwpmFreeMemory0(
__inout void** p
);
Parameters
- p
Address of the pointer to be freed.
Return Value
This function does not return a value.
Remarks
FwpmFreeMemory0 is used to free memory returned by the various Fwpm* functions, such as FwpmFilterGetByKey0.
Fwpm* functions that return a HANDLE have specific functions to release memory.
If the caller passes a pointer that is not valid, the behavior is undefined.
Requirements
Header |
fwpmu.h |
Library |
fwpuclnt.dll |
See Also
Reference
WFP Shared Functions
WFP Functions