// acxtargets.h
typedef enum _ACX_TARGET_CIRCUIT_CONFIG_FLAGS {
AcxTargetCircuitConfigNoFlags,
AcxTargetCircuitConfigLazyDataLoad,
AcxTargetCircuitConfigValidFlags
} ACX_TARGET_CIRCUIT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_TARGET_CIRCUIT_CONFIG_FLAGS enumeration defines the config flags for the ACX target circuit.
AcxTargetCircuitConfigNoFlagsIndicates that no config flags are set.
AcxTargetCircuitConfigLazyDataLoadSpecifies to use lazy data loading.
AcxTargetCircuitConfigValidFlagsFor 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.