ACX_DEVICEINIT_CONFIG_INIT function (acxdevice.h)
The ACX_DEVICEINIT_CONFIG_INIT function initializes the ACX_DEVICEINIT_CONFIG structure.
Syntax
void ACX_DEVICEINIT_CONFIG_INIT(
PACX_DEVICEINIT_CONFIG Config
);
Parameters
Config
A pointer to the ACX_DEVICEINIT_CONFIG structure to initialize.
Return value
None
Remarks
Example
ACX_DEVICEINIT_CONFIG devInitCfg;
ACX_DEVICEINIT_CONFIG_INIT(&devInitCfg);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxdevice.h |