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