// acxdataformat.h
typedef enum _ACX_DATAFORMAT_TYPE {
AcxDataFormatKsFormat,
AcxDataFormatMaximum
} ACX_DATAFORMAT_TYPE, *PACX_DATAFORMAT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DATAFORMAT_TYPE enumeration is used to specify the type of a data format used by an audio class extension (ACX) driver.
AcxDataFormatKsFormatThe data format is a KSDATAFORMAT type.
AcxDataFormatMaximumFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.