DisplayAdapter.SourceCount Property

Definition

Gets the number (the count) of hardware sources exposed by the display driver. This is typically the maximum number of simultaneous paths allowed by the adapter.

public:
 property unsigned int SourceCount { unsigned int get(); };
uint32_t SourceCount();
public uint SourceCount { get; }
var uInt32 = displayAdapter.sourceCount;
Public ReadOnly Property SourceCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

A value containing the number (the count) of hardware sources exposed by the display driver.

Applies to