DisplaySource.SourceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An adapter-relative identifier for this source.
Remarks
This value can be used for interop with legacy Display Config APIs.