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