IPortClsNotifications 接口 (portcls.h)
端口实现的接口,为微型端口提供通知帮助程序以支持音频模块通信。
有关音频模块的详细信息,请参阅 实现音频模块发现。
微型端口音频驱动程序将调用其端口来创建并发送通知。
继承
IPortClsNotifications 接口继承自 IUnknown 接口。 IPortClsNotifications 也具有以下类型的成员:
方法
IPortClsNotifications 接口具有这些方法。
IPortClsNotifications::AllocNotificationBuffer 在指定的内存池中分配指定大小的缓冲区,用于发送通知,以允许音频模块与 UWP 应用之间的通信。 |
IPortClsNotifications::FreeNotificationBuffer 释放以前分配的 IPortClsNotifications 缓冲区。 缓冲区用于发送通知,以允许音频模块与 UWP 应用之间的通信。 |
IPortClsNotifications::SendNotification 向侦听 UWP 应用发送通知,以允许音频模块与 UWP 应用之间的通信。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 适用于 Windows 10 版本 1703 及更高版本的 Windows。 |
目标平台 | Windows |
标头 | portcls.h |