AcxCircuitGetPinsCount - NtDoc

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

ULONG AcxCircuitGetPinsCount(
  [in] ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Parameters

Circuit [in]

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.

See also