QueryDisplayConfigFlags Enumeration
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 QueryDisplayConfigFlags
<FlagsAttribute>
Public Enumeration QueryDisplayConfigFlags
Dim instance As QueryDisplayConfigFlags
[FlagsAttribute]
public enum class QueryDisplayConfigFlags
[<FlagsAttribute>]
type QueryDisplayConfigFlags
No code example is currently available or this language may not be supported.
AllPaths |
1 |
Requests the table sizes to hold all the possible path combinations.
|
OnlyActivePaths |
2 |
Requests the table sizes to hold only active paths.
|
DatabaseCurrent |
4 |
Requests the table sizes to hold the active paths as defined in the
persistence database for the currently connected monitors.
|
VirtualModeAware |
16 |
Undocumented.
|
IncludeHMD |
32 |
Undocumented.
|