// acxdriver.h
typedef enum _ACX_DRIVER_CONFIG_FLAGS {
AcxDriverConfigNoFlags,
AcxDriverConfigValidFlags
} ACX_DRIVER_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DRIVER_CONFIG_FLAGS enum defines values used to configure the audio class extension.
AcxDriverConfigNoFlagsIndicates that no flags are set.
AcxDriverConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.