AcxPinGetCircuit - NtDoc

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

ACXCIRCUIT AcxPinGetCircuit(
  [in] ACXPIN AcxPin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acxpingetcircuit)

Description

The AcxPinGetCircuit function returns the circuit to which the specified pin is connected.

Parameters

AcxPin [in]

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.

See also