// acxdataformat.h
typedef enum _ACX_DATAFORMAT_CONFIG_FLAGS {
AcxDataFormatConfigNoFlags,
AcxDataFormatConfigValidFlags
} ACX_DATAFORMAT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DATAFORMAT_CONFIG_FLAGS enumeration is used to configure the properties of a data format used by an audio class extension (ACX) driver.
AcxDataFormatConfigNoFlagsIndicates that there are no flags set.
AcxDataFormatConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.