다음을 통해 공유


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

FreeBufferWithNotification 메서드는 IMiniportWaveRTStreamNotification::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