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