ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT function (acxtargets.h)

The ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT function initializes an ACX target factory circuit config structure.

Syntax

void ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(
  PACX_TARGET_FACTORY_CIRCUIT_CONFIG Config
);

Parameters

Config

A pointer to the ACX_TARGET_FACTORY_CIRCUIT_CONFIG structure that will be initialized.

Return value

None

Remarks

Example

    ACX_TARGET_FACTORY_CIRCUIT_CONFIG   targetCfg;
    ACXTARGETFACTORYCIRCUIT             target;

    ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(&targetCfg);
    targetCfg.SymbolicLinkName = m_SymbolicLinkName; 

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxtargets.h

See also