Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DISP_CHANGE (Enums)
.
Summary
C# Definition:
enum DISP_CHANGE : int
public enum DISP_CHANGE : int
{
Successful = 0,
Restart = 1,
Failed = -1,
BadMode = -2,
NotUpdated = -3,
BadFlags = -4,
BadParam = -5,
BadDualView = -6
BadDualView = -1
}
VB Definition:
Enum DISP_CHANGE As Integer
Public Enum DISP_CHANGE As Integer
Successful= 0
Restart = 1
Failed = -1
BadMode = -2
NotUpdated = -3
BadFlags = -4
BadParam = -5
BadDualView = -6
BadDualView = -1
End Enum
Notes:
Used with ChangeDisplaySettings and ChangeDisplaySettingsEx
Documentation
Changes the display settings via a DEVMODE struct.
8/10/2022 6:59:36 AM - 212.105.175.123
Changes the display settings via a DEVMODE struct.
8/10/2022 6:59:36 AM - 212.105.175.123
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!