Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxStreamInitSetAcxRtStreamSupportsNotifications function is used to indicate that buffer notifications are supported.
Syntax
void AcxStreamInitSetAcxRtStreamSupportsNotifications(
[in] PACXSTREAM_INIT StreamInit
);
Parameters
[in] StreamInit
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.
Return value
None
Remarks
Example
Example usage is shown below.
//
// Buffer notifications are supported.
//
AcxStreamInitSetAcxRtStreamSupportsNotifications(StreamInit);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |
IRQL | PASSIVE_LEVEL |