AcxTargetCircuitGetPinsCount function (acxtargets.h)

The AcxTargetCircuitGetPinsCount function returns the count of ACX pins on the remote target.

Syntax

ULONG AcxTargetCircuitGetPinsCount(
  ACXTARGETCIRCUIT TargetCircuit
);

Parameters

TargetCircuit

An AXTARGETCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.

Return value

Returns the number of ACX pins on the remote target.

Remarks

Example

    ULONG pinCount;

    pinCount = AcxTargetCircuitGetPinsCount(targetCircuit);

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxtargets.h
IRQL <= DISPATCH_LEVEL

See also