acxStreamGetNotificationId 函数 (acxstreams.h)
AcxStreamGetNotificationId 函数检索指定音频流的即插即用通知 ID。
语法
GUID AcxStreamGetNotificationId(
[in] ACXSTREAM Stream
);
参数
[in] Stream
要检索其即插即用通知 ID 的 ACX 流对象。
返回值
返回一个 GUID,其中包含由 Stream 参数指定的对象的即插即用通知 ID。
备注
示例
示例用法如下所示。
...
_In_ ACXSTREAM Stream,
...
GUID notificationId;
...
notificationId = AcxStreamGetNotificationId(Stream);
ACX 要求
最低 ACX 版本: 1.1
有关 ACX 版本的详细信息,请参阅 ACX 版本概述。
要求
要求 | 值 |
---|---|
Header | acxstreams.h |
IRQL | <= DISPATCH_LEVEL |