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