// acxcircuit.h
ULONG AcxCircuitGetPinsCount(
[in] ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxCircuitGetPinsCount function retrieves the number of pins for the specified circuit object.
Circuit [in]The circuit object for which to get the number of pins.
Returns the number of pins for the object specified by the Circuit parameter.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.