共用方式為


IMiniportWaveRTStreamNotification::FreeBufferWithNotification 方法 (portcls.h)

方法 FreeBufferWithNotification 可用來釋放先前使用 IMiniportWaveRTStreamNotification::AllocateBufferWithNotification 呼叫配置的音訊緩衝區。

語法

void FreeBufferWithNotification(
  [in] PMDL  AudioBufferMdl,
  [in] ULONG BufferSize
);

參數

[in] AudioBufferMdl

指定先前使用 IMiniportWaveRTStreamNotification::AllocateBufferWithNotification 呼叫所配置的 MDL) 記憶體描述項 (列表。

[in] BufferSize

方法已寫入 Attributes 緩衝區之位元組數目的輸出指標。 此參數指向方法寫入位元組計數的ULONG變數。

傳回值

備註

埠驅動程式會呼叫這個方法來釋放先前呼叫 IMiniportWaveRTStreamNotification::AllocateBufferWithNotification 所配置的音訊緩衝區。

規格需求

需求
最低支援的用戶端 可在 Windows Vista 和更新版本的 Windows 作業系統中使用。
目標平台 Universal
標頭 portcls.h
IRQL 被動層級。

另請參閱

IMiniportWaveRTStreamNotification

IMiniportWaveRTStreamNotification::AllocateBufferWithNotification

MDL