DisplayTarget.AdapterRelativeId Property

Definition

Gets a driver-defined identifier for this target that uniquely identifies the connector across device starts and reboots. Note that this identifier is only unique within its adapter, and does not refer to the connected monitor at all.

public:
 property unsigned int AdapterRelativeId { unsigned int get(); };
uint32_t AdapterRelativeId();
public uint AdapterRelativeId { get; }
var uInt32 = displayTarget.adapterRelativeId;
Public ReadOnly Property AdapterRelativeId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The driver-defined identifier for this target.

Remarks

This is also referred to as the "target ID" in the legacy Display Config APIs.

Applies to