AcxTargetPinGetId - NtDoc

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

ULONG AcxTargetPinGetId(
  ACXTARGETPIN TargetPin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetpingetid)

Description

The AcxTargetPinGetId function given an existing ACXTARGETPIN object returns its associated ID value.

Parameters

TargetPin

An existing ACXTARGETPIN Object. For more information about ACX objects, see Summary of ACX Objects.

Return value

Returns the ID associated with the specified target pin.

Remarks

Example

     ACXTARGETPIN targetPin = AcxTargetCircuitGetTargetPin(TargetCircuit, pinIndex);
     ULONG pinId = AcxTargetPinGetId(targetPin);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also