AcxPinGetCircuit function (acxpin.h)
The AcxPinGetCircuit function returns the circuit to which the specified pin is connected.
Syntax
ACXCIRCUIT AcxPinGetCircuit(
[in] ACXPIN AcxPin
);
Parameters
[in] AcxPin
The pin for which to return the connected circuit.
Return value
Returns the ACXCIRCUIT object representing the circuit to which the AcxPin is connected.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | <= DISPATCH_LEVEL |
See also
- ACXCIRCUIT
- [acxpin.h header](index.md)