// acxelements.h
void ACX_AUDIOENGINE_CONFIG_INIT(
cfg
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_AUDIOENGINE_CONFIG_INIT function initializes a driver's ACX_AUDIOENGINE_CONFIG structure.
cfgAn ACX_AUDIOENGINE_CONFIG structure.
Example usage is shown below.
ACX_AUDIOENGINE_CONFIG audioEngineCfg;
ACX_AUDIOENGINE_CONFIG_INIT(&audioEngineCfg);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.