ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT function (acxcircuit.h)

The ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT function initializes a ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS structure. No inputs are used with this function.

Syntax

void ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT(
  PACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS PnpPowerCallbacks
);

Parameters

PnpPowerCallbacks

A pointer to an initialized ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS structure.

Return value

None

Remarks

ACX doesn't support the PNP callbacks for a circuit factory object.

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