IPortClsNotifications::FreeNotificationBuffer 方法 (portcls.h)
釋放先前配置的 IPortClsNotifications 緩衝區。 緩衝區用於傳送通知,以允許音訊模組與 UWP 應用程式之間的通訊。
如需音訊模組的詳細資訊,請參閱 實作音訊模組探索。
語法
void FreeNotificationBuffer(
[in] PPCNOTIFICATION_BUFFER NotificationBuffer
);
參數
[in] NotificationBuffer
IPortClsNotifications::AllocNotificationBuffer 呼叫中傳回的通知緩衝區位址。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1703 和更新版本的 Windows 中提供。 |
目標平台 | Universal |
標頭 | portcls.h (包含 Portcls.h) |
程式庫 | Portcls.lib |
IRQL | PASSIVE_LEVEL |