ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT function (acxcircuit.h)

The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT function initializes a ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure. No inputs are used with this function.

Syntax

void ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(
  PACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT Parameters
);

Parameters

Parameters

A pointer to a ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure that will be initialized.

Return value

None

Remarks

NOTE: internal only, do not use.

Example

Example usage is shown below.

    ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT  remParams;

    m_CircuitRequested = false;

    ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(&remParams);
    remParams.CircuitUniqueId = m_CircuitUniqueId;

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxcircuit.h

See also