DisplayDeviceStateFlags Enumeration

Device state flags.

Flags combination for StateFlags field.

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 DisplayDeviceStateFlags

Remarks

Members

AttachedToDesktop 1 The device is part of the desktop.
MultiDriver 2 Not documented.
PrimaryDevice 4 The primary desktop is on the device.

For a system with a single display card, this is always set.

For a system with multiple display cards, only one device can have this set.

MirroringDriver 8 Represents a pseudo device used to mirror application drawing for remoting or other purposes.

An invisible pseudo monitor is associated with this device. For example, NetMeeting uses it.

Note that GetSystemMetrics (SM_MONITORS) only accounts for visible display monitors.

VgaCompatible 16 The device is VGA compatible.
Removable 32 The device is removable; it cannot be the primary display.
Disconnect 33,554,432 Not documented.
Remote 67,108,864 Not documented.
ModesPruned 134,217,728 The device has more display modes than its output devices support.

See Also