// acxcircuit.h
ULONG AcxCircuitGetElementsCount(
ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxCircuitGetElementsCount function retrieves the number of elements attached to the specified ACX circuit.
CircuitThe existing ACXCIRCUIT object from which to retrieve the elements count.
The AcxCircuitGetElementsCount function returns the number of elements attached to the specified Circuit.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.