AcxCircuitGetPinsCount function (acxcircuit.h)

The AcxCircuitGetPinsCount function retrieves the number of pins for the specified circuit object.

Syntax

ULONG AcxCircuitGetPinsCount(
  [in] ACXCIRCUIT Circuit
);

Parameters

[in] Circuit

The circuit object for which to get the number of pins.

Return value

Returns the number of pins for the object specified by the Circuit parameter.

Remarks

ACX requirements

Minimum ACX version: 1.1

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

Requirements

Requirement Value
Header acxcircuit.h
IRQL <= DISPATCH_LEVEL

See also