Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MFHeapFree function (mfapi.h)

Frees a block of memory that was allocated by calling the MFHeapAlloc function.

Syntax

void MFHeapFree(
 [in] void *pv
);

Parameters

[in] pv

Pointer to the memory to free.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfapi.h
Library Mfplat.lib
DLL Mfplat.dll

See also

Media Foundation Functions


Feedback

Was this page helpful?

Additional resources