// acxcircuit.h
typedef enum _ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS {
AcxFactoryCircitRemoveCircuitConfigNoFlags,
AcxFactoryCircitRemoveCircuitConfigValidFlags
} ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS enumeration defines factory circuit remove flags.
AcxFactoryCircitRemoveCircuitConfigNoFlagsIndicates that no flags are set.
AcxFactoryCircitRemoveCircuitConfigValidFlagsFor 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.