DisplaySource.SourceId Property

Definition

Gets an adapter-relative identifier for this source.

public:
 property unsigned int SourceId { unsigned int get(); };
uint32_t SourceId();
public uint SourceId { get; }
var uInt32 = displaySource.sourceId;
Public ReadOnly Property SourceId As UInteger

Property Value

UInt32

unsigned int

uint32_t

An adapter-relative identifier for this source.

Remarks

This value can be used for interop with legacy Display Config APIs.

Applies to