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
dwflags for ChangeDisplaySettings and ChangeDisplaySettingsEx
7/21/2016 12:13:42 PM - -91.230.72.196
dwflags for ChangeDisplaySettings and ChangeDisplaySettingsEx
7/21/2016 12:13:42 PM - -91.230.72.196
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!