AcxStreamGetCircuit - NtDoc

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

ACXCIRCUIT AcxStreamGetCircuit(
  ACXSTREAM Stream
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxStreamGetCircuit function returns the ACXCIRCUIT Object associated with the stream. For more information about ACX Objects, see ACX - Summary of ACX Objects.

Parameters

Stream

An existing ACXSTREAM Object. An ACXSTREAM object represents an audio stream created by a circuit.

Return value

The handle to the ACXCIRCUIT Object associated with the stream.

Remarks

Example

Example usage is shown below.

    ACXCIRCUIT circuit = AcxStreamGetCircuit(stream);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also