.
C# Definition:
enum DISP_CHANGE : int
{
Successful = 0,
Restart = 1,
Failed = -1,
BadMode = -2,
NotUpdated = -3,
BadFlags = -4,
BadParam = -5,
BadDualView = -6
}
VB Definition:
Enum DISP_CHANGE As Integer
Successful= 0
Restart = 1
Failed = -1
BadMode = -2
NotUpdated = -3
BadFlags = -4
BadParam = -5
BadDualView = -6
End Enum
Notes:
Used with ChangeDisplaySettings and ChangeDisplaySettingsEx
Changes the display settings via a DEVMODE struct.
5/3/2012 10:17:38 PM - -12.107.192.178
Changes the display settings via a DEVMODE struct.
5/3/2012 10:17:38 PM - -12.107.192.178
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!
