// acxtargets.h
ULONG AcxTargetPinGetId(
ACXTARGETPIN TargetPin
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetPinGetId function given an existing ACXTARGETPIN object returns its associated ID value.
TargetPinAn existing ACXTARGETPIN Object. For more information about ACX objects, see Summary of ACX Objects.
Returns the ID associated with the specified target pin.
ACXTARGETPIN targetPin = AcxTargetCircuitGetTargetPin(TargetCircuit, pinIndex);
ULONG pinId = AcxTargetPinGetId(targetPin);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.