IMiniportWaveRTStreamNotification::FreeBufferWithNotification 메서드(portcls.h)

메서드는 FreeBufferWithNotificationIMiniportWaveRTStreamNotification::AllocateBufferWithNotification 호출과 함께 이전에 할당된 오디오 버퍼를 해제하는 데 사용됩니다.

구문

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

매개 변수

[in] AudioBufferMdl

IMiniportWaveRTStreamNotification::AllocateBufferWithNotification을 호출하여 이전에 할당된 MDL(메모리 설명자 목록)을 지정합니다.

[in] BufferSize

메서드가 특성 버퍼에 쓴 바이트 수에 대한 출력 포인터입니다. 이 매개 변수는 메서드가 바이트 수를 쓰는 ULONG 변수를 가리킵니다.

반환 값

없음

설명

포트 드라이버는 이 메서드를 호출하여 IMiniportWaveRTStreamNotification::AllocateBufferWithNotification에 대한 이전 호출과 함께 할당된 오디오 버퍼를 해제합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista 이상 Windows 운영 체제에서 사용할 수 있습니다.
대상 플랫폼 유니버설
헤더 portcls.h
IRQL 수동 수준입니다.

추가 정보

IMiniportWaveRTStreamNotification

IMiniportWaveRTStreamNotification::AllocateBufferWithNotification

Mdl