// acxtargets.h
ULONG AcxTargetCircuitGetElementsCount(
ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetCircuitGetElementsCount function returns the count of ACX elements on the remote target.
TargetCircuitAn ACXTARGETCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.
Returns the number of elements for the specified target circuit.
ULONG elementCount;
elementCount = AcxTargetCircuitGetElementsCount(targetCircuit);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.