// acxcircuit.h
typedef enum _ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS {
AcxFactoryCircitAddCircuitConfigNoFlags,
AcxFactoryCircitAddCircuitConfigValidFlags
} ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS enumeration defines factory circuit add flags.
AcxFactoryCircitAddCircuitConfigNoFlagsIndicates that no flags are set.
AcxFactoryCircitAddCircuitConfigValidFlagsFor internal validation, do not use.
There are no flags currently defined for this type.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.