AcxTargetCircuitGetPinsCount - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxtargets.h

ULONG AcxTargetCircuitGetPinsCount(
  ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetcircuitgetpinscount)

Description

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

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.

See also