AcxStreamInitSetAcxRtStreamSupportsNotifications 函式 (acxstreams.h)
AcxStreamInitSetAcxRtStreamSupportsNotifications 函式可用來指出支持緩衝區通知。
語法
void AcxStreamInitSetAcxRtStreamSupportsNotifications(
[in] PACXSTREAM_INIT StreamInit
);
參數
[in] StreamInit
用來定義數據流初始化參數的ACXSTREAM_INIT物件位址。 如需 ACX 對象的詳細資訊,請參閱 ACX 物件摘要。
傳回值
無
備註
範例
範例使用方式如下所示。
//
// Buffer notifications are supported.
//
AcxStreamInitSetAcxRtStreamSupportsNotifications(StreamInit);
ACX 需求
最低 ACX 版本: 1.0
如需 ACX 版本的詳細資訊,請參閱 ACX 版本概觀。
規格需求
需求 | 值 |
---|---|
標頭 | acxstreams.h |
IRQL | PASSIVE_LEVEL |