DisplayConfigTopologyId Enumeration

Specifies the type of display topology.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DisplayConfigTopologyId

Remarks

Members

Null 0 Null value.
internal 1 The display topology is an internal configuration.
Clone 2 The display topology is clone-view configuration.
Extend 4 The display topology is an extended configuration.
External 8 The display topology is an external configuration.

See Also