DisplaySettingsChange 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.
public enum DisplaySettingsChange
Public Enumeration DisplaySettingsChange
Dim instance As DisplaySettingsChange
public enum class DisplaySettingsChange
type DisplaySettingsChange
No code example is currently available or this language may not be supported.
Successful |
0 |
The settings change was successful.
|
Restart |
1 |
The computer must be restarted for the graphics mode to work.
|
Failed |
-1 |
The display driver failed the specified graphics mode.
|
BadMode |
-2 |
The graphics mode is not supported.
|
NotUpdated |
-3 |
Unable to write settings to the registry.
|
BadFlags |
-4 |
An invalid set of flags was passed in.
|
BadParam |
-5 |
An invalid parameter was passed in.
This can include an invalid flag or combination of flags.
|
BadDualView |
-6 |
The settings change was unsuccessful because the system is DualView capable.
|