// acxdevice.h
typedef enum _ACX_DEVICEINIT_CONFIG_FLAGS {
AcxDeviceInitConfigNoFlags,
AcxDeviceInitConfigRawDevice,
AcxDeviceInitConfigValidFlags
} ACX_DEVICEINIT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DEVICEINIT_CONFIG_FLAGS enum defines values used to initialize the audio class extension.
AcxDeviceInitConfigNoFlagsIndicates that no flags are set.
AcxDeviceInitConfigRawDeviceIndicates to Plug and Play that the device is a raw audio device.
AcxDeviceInitConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.