Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_VOLUME_CONFIG_INIT function initializes an ACX_VOLUME_CONFIG structure.
Syntax
void ACX_VOLUME_CONFIG_INIT(
  cfg
);
Parameters
cfg
An ACX_VOLUME_CONFIG structure.
Return value
None
Remarks
Example
Example usage is shown below.
    ACX_VOLUME_CONFIG               volumeCfg;
    ACX_VOLUME_CONFIG_INIT(&volumeCfg);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value | 
|---|---|
| Header | acxelements.h |