Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |