AcxCircuitGetElementsCount - NtDoc

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

ULONG AcxCircuitGetElementsCount(
  ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxcircuit-acxcircuitgetelementscount)

Description

The AcxCircuitGetElementsCount function retrieves the number of elements attached to the specified ACX circuit.

Parameters

Circuit

The existing ACXCIRCUIT object from which to retrieve the elements count.

Return value

The AcxCircuitGetElementsCount function returns the number of elements attached to the specified Circuit.

Remarks

ACX requirements

Minimum ACX version: 1.1

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

See also