Searched refs:ResizeDisplayDevice (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDisplay.cpp | 47 /* ChangeDisplaySettingsEx does not exist in NT. ResizeDisplayDevice uses the function. */ 334 LogFlowFunc(("ResizeDisplayDevice: [%d] %s\n", i, DisplayDevice.DeviceName)); 338 LogFlowFunc(("ResizeDisplayDevice: Found primary device. err %d\n", GetLastError ())); 344 LogFlowFunc(("ResizeDisplayDevice: Found secondary device. err %d\n", GetLastError ())); 370 LogFlowFunc(("ResizeDisplayDevice: [%d(%d)] %s\n", i, DevNum, DisplayDevice.DeviceName)); 376 LogFlowFunc(("ResizeDisplayDevice: Found primary device. err %d\n", GetLastError ())); 383 LogFlowFunc(("ResizeDisplayDevice: Found secondary device. err %d\n", GetLastError ())); 391 LogFlowFunc(("ResizeDisplayDevice: %d >= %d\n", NumDevices, DevNum)); 406 LogFlowFunc(("ResizeDisplayDevice: EnumDisplaySettings error %d\n", GetLastError ())); 424 LogFlowFunc(("ResizeDisplayDevice 443 static BOOL ResizeDisplayDevice(UINT Id, DWORD Width, DWORD Height, DWORD BitsPerPixel, function [all...] |
/vbox/src/VBox/Additions/common/VBoxControl/ |
H A D | VBoxControl.cpp | 421 static BOOL ResizeDisplayDevice(ULONG Id, DWORD Width, DWORD Height, DWORD BitsPerPixel) function 631 /* The screen index is 0 based in the ResizeDisplayDevice call. */ 638 ResizeDisplayDevice(scr, xres, yres, bpp);
|
Completed in 99 milliseconds