AcxTargetCircuitGetElementsCount - NtDoc

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

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

NtDoc

No description available.

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

Description

The AcxTargetCircuitGetElementsCount function returns the count of ACX elements on the remote target.

Parameters

TargetCircuit

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

Return value

Returns the number of elements for the specified target circuit.

Remarks

Example

    ULONG elementCount;

    elementCount = AcxTargetCircuitGetElementsCount(targetCircuit);

ACX requirements

Minimum ACX version: 1.0

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

See also