DisplayDeviceStateFlags Enumeration
Device state flags.
Flags combination for
StateFlags field.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration DisplayDeviceStateFlags
Dim instance As DisplayDeviceStateFlags
[FlagsAttribute]
public enum class DisplayDeviceStateFlags
[<FlagsAttribute>]
type DisplayDeviceStateFlags
No code example is currently available or this language may not be supported.
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.
|