// acxstreams.h
VOID AcxStreamInitSetAcxRtStreamSupportsNotifications(
[in] PACXSTREAM_INIT StreamInit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxStreamInitSetAcxRtStreamSupportsNotifications function is used to indicate that buffer notifications are supported.
StreamInit [in]Address of a ACXSTREAM_INIT object used to define the stream initialization parameters. For more information about ACX Objects, see ACX - Summary of ACX Objects.
Example usage is shown below.
//
// Buffer notifications are supported.
//
AcxStreamInitSetAcxRtStreamSupportsNotifications(StreamInit);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.