IMiniportWaveRTStream::FreeAudioBuffer 方法 (portcls.h)
FreeAudioBuffer 方法可用來釋放先前透過呼叫 IMiniportWaveRTStream::AllocateAudioBuffer 配置的音訊緩衝區。
語法
void FreeAudioBuffer(
PMDL AudioBufferMdl,
ULONG BufferSize
);
參數
AudioBufferMdl
指定先前使用 IMiniportWaveRTStream::AllocateAudioBuffer 呼叫所配置的 MDL) 記憶體描述項 (清單。
BufferSize
方法已寫入 Attributes 緩衝區之位元組數目的輸出指標。 此參數指向方法寫入位元組計數的ULONG變數。
傳回值
無
規格需求
需求 | 值 |
---|---|
標頭 | portcls.h |
IRQL | PASSIVE_LEVEL |