MFHeapFree function
Frees a block of memory that was allocated by calling the MFHeapAlloc function.
Syntax
void MFHeapFree( _In_ void *pv );
Parameters
- pv [in]
-
Pointer to the memory to free.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: