ACX_CIRCUIT_TYPE - NtDoc

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

typedef enum _ACX_CIRCUIT_TYPE {
  AcxCircuitTypeOther,
  AcxCircuitTypeRender,
  AcxCircuitTypeCapture,
  AcxCircuitTypeMaximum
} ACX_CIRCUIT_TYPE, *PACX_CIRCUIT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxcircuit-acx_circuit_type)

Description

The ACX_CIRCUIT_TYPE enumeration defines the types of ACXCIRCUITs.

Constants

AcxCircuitTypeOther

The circuit type is other.

AcxCircuitTypeRender

The circuit type is render.

AcxCircuitTypeCapture

The circuit type is capture.

AcxCircuitTypeMaximum

For internal validation, do not use.

Remarks

Example

Example usage is shown below.

   ACX_CIRCUIT_TYPE                circuitType     = AcxCircuitTypeRender;

ACX requirements

Minimum ACX version: 1.0

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

See also