AERT_Free function (baseaudioprocessingobject.h)
The AERT_Free
utility function releases (frees) memory that was locked by the AERT_Allocate function, for use by audio processing objects to process audio data.
Syntax
HRESULT AERT_Free(
void *pMemory
);
Parameters
pMemory
A pointer to the memory that the AERT_Free
function will free.
Return value
The AERT_Free
function returns a value of S_OK after it frees the locked memory.
Remarks
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating system, |
Target Platform | Universal |
Header | baseaudioprocessingobject.h |
Library | Audioeng.lib |
DLL | Audioeng.dll |
IRQL | All levels |