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 オペレーティング システムで使用できます。 |
対象プラットフォーム | ユニバーサル |
Header | portcls.h |
IRQL | パッシブ レベル。 |
こちらもご覧ください
IMiniportWaveRTStreamNotification
IMiniportWaveRTStreamNotification::AllocateBufferWithNotification