AcxStreamInitSetAcxRtStreamSupportsNotifications 函数 (acxstreams.h)
AcxStreamInitSetAcxRtStreamSupportsNotifications 函数用于指示支持缓冲区通知。
语法
void AcxStreamInitSetAcxRtStreamSupportsNotifications(
[in] PACXSTREAM_INIT StreamInit
);
参数
[in] StreamInit
用于定义流初始化参数的 ACXSTREAM_INIT 对象的地址。 有关 ACX 对象的详细信息,请参阅 ACX - ACX 对象的摘要。
返回值
无
备注
示例
示例用法如下所示。
//
// Buffer notifications are supported.
//
AcxStreamInitSetAcxRtStreamSupportsNotifications(StreamInit);
ACX 要求
最低 ACX 版本: 1.0
有关 ACX 版本的详细信息,请参阅 ACX 版本概述。
要求
要求 | 值 |
---|---|
Header | acxstreams.h |
IRQL | PASSIVE_LEVEL |