Searched refs:ChangeDisplaySettings (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp277 /* A second call to ChangeDisplaySettings updates the monitor.*/
300 /* A second call to ChangeDisplaySettings updates the monitor. */
927 LONG status = ChangeDisplaySettings(&devMode, CDS_UPDATEREGISTRY);
930 LogFlowFunc(("error from ChangeDisplaySettings: %d\n", status));
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp588 Log(("ChangeDisplaySettings position err %d\n", GetLastError ()));
591 /* A second call to ChangeDisplaySettings updates the monitor. */
592 LONG status = ChangeDisplaySettings(NULL, 0);
593 Log(("ChangeDisplaySettings update status %d\n", status));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h1414 /* ChangeDisplaySettings return codes */
1425 /* ChangeDisplaySettings.dwFlags */
3234 #define ChangeDisplaySettings WINELIB_NAME_AW(ChangeDisplaySettings) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h2030 /* ChangeDisplaySettings return codes */
2041 /* ChangeDisplaySettings.dwFlags */
4317 #define ChangeDisplaySettings WINELIB_NAME_AW(ChangeDisplaySettings) macro

Completed in 116 milliseconds