// acxdevice.h
typedef enum _ACX_DEVICE_CONFIG_FLAGS {
AcxDeviceConfigNoFlags,
AcxDeviceConfigValidFlags
} ACX_DEVICE_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DEVICE_CONFIG_FLAGS enum defines values used to configure the audio class extension.
AcxDeviceConfigNoFlagsIndicates that no flags are set.
AcxDeviceConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.