ACX_DEVICE_CONFIG_INIT function (acxdevice.h)
The ACX_DEVICE_CONFIG_INIT function initializes an ACX_DEVICE_CONFIG structure to be used when calling the AcxDeviceInitialize function.
Syntax
void ACX_DEVICE_CONFIG_INIT(
PACX_DEVICE_CONFIG Config
);
Parameters
Config
Pointer to an ACX_DEVICE_CONFIG structure.
Return value
None
Remarks
Example
ACX_DEVICE_CONFIG devCfg;
ACX_DEVICE_CONFIG_INIT(&devCfg);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxdevice.h |