AcxCircuitGetElementsCount function (acxcircuit.h)

The AcxCircuitGetElementsCount function retrieves the number of elements attached to the specified ACX circuit.

Syntax

ULONG AcxCircuitGetElementsCount(
  ACXCIRCUIT Circuit
);

Parameters

Circuit

The existing ACXCIRCUIT object from which to retrieve the elements count.

Return value

The AcxCircuitGetElementsCount function returns the number of elements attached to the specified Circuit.

Remarks

ACX requirements

Minimum ACX version: 1.1

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

Requirements

Requirement Value
Header acxcircuit.h
IRQL <= DISPATCH_LEVEL

See also