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