AcxStreamInitSetAcxRtStreamSupportsNotifications - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxstreams.h

VOID AcxStreamInitSetAcxRtStreamSupportsNotifications(
  [in] PACXSTREAM_INIT StreamInit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxstreams-acxstreaminitsetacxrtstreamsupportsnotifications)

Description

The AcxStreamInitSetAcxRtStreamSupportsNotifications function is used to indicate that buffer notifications are supported.

Parameters

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.

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.

See also