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