DisplayConfigModeInfoType Enumeration

Specifies that the information that is contained within the DisplayConfigModeInfo structure is either source or target mode.

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.
public enum DisplayConfigModeInfoType

Remarks

Members

Source 1 Indicates that the DisplayConfigModeInfo structure contains source mode information.
Target 2 Indicates that the DisplayConfigModeInfo structure contains target mode information.
DesktopImage 3 Indicates that the DisplayConfigModeInfo structure contains a valid DisplayConfigDesktopImageInfo structure.

Supported starting in Windows 10.

See Also