다음을 통해 공유


IPortClsNotifications::FreeNotificationBuffer 메서드(portcls.h)

이전에 할당된 IPortClsNotifications 버퍼를 해제합니다. 버퍼는 오디오 모듈과 UWP 앱 간의 통신을 허용하기 위해 알림을 보내는 데 사용됩니다.

오디오 모듈에 대한 자세한 내용은 오디오 모듈 검색구현을 참조하세요.

통사론

void FreeNotificationBuffer(
  [in] PPCNOTIFICATION_BUFFER NotificationBuffer
);

매개 변수

[in] NotificationBuffer

IPortClsNotifications::AllocNotificationBuffer 호출에 반환된 알림 버퍼의 주소입니다.

반환 값

없음

요구 사항

요구
지원되는 최소 클라이언트 Windows 10 버전 1703 이상 버전의 Windows에서 사용할 수 있습니다.
대상 플랫폼 보편적
헤더 portcls.h(Portcls.h 포함)
라이브러리 Portcls.lib
IRQL PASSIVE_LEVEL

참고 항목

IPortClsNotifications