ACX_DRIVER_CONFIG_INIT function (acxdriver.h)

The ACX_DRIVER_CONFIG_INIT function initializes an ACX_DRIVER_CONFIG structure before calling the AcxDriverInitialize function.

Syntax

void ACX_DRIVER_CONFIG_INIT(
  PACX_DRIVER_CONFIG Config
);

Parameters

Config

Pointer to an ACX_DRIVER_CONFIG structure.

Return value

None

Remarks

Example

ACX_DRIVER_CONFIG acxCfg;
ACX_DRIVER_CONFIG_INIT(&acxCfg);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxdriver.h

See also