// acxdataformat.h
VOID ACX_DATAFORMAT_LIST_CONFIG_INIT(
[out] PACX_DATAFORMAT_LIST_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DATAFORMAT_LIST_CONFIG_INIT function initializes an ACX_DATAFORMAT_LIST_CONFIG structure for use by an audio class extension (ACX) driver.
Config [out]A pointer to the ACX_DATAFORMAT_LIST_CONFIG structure to initialize.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.