// acxmanager.h
typedef enum _ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS {
AcxCircuitTemplateConfigNoFlags,
AcxCircuitTemplateCircuitOnDemand,
AcxCircuitTemplateConfigValidFlags
} ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS enumeration is used to configure the properties of a circuit template used by the audio class extension (ACX) manager.
AcxCircuitTemplateConfigNoFlagsIndicates that there are no flags set.
AcxCircuitTemplateCircuitOnDemandIndicates that the circuit template is for an on-demand circuit.
AcxCircuitTemplateConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.