Searched refs:GWL_EXSTYLE (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DVBoxUtils-win.cpp48 LONG uExtendedStyle = GetWindowLong(hWnd, GWL_EXSTYLE);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c834 device->exStyle = GetWindowLongW(window, GWL_EXSTYLE);
846 SetWindowLongW(window, GWL_EXSTYLE, exstyle);
869 exstyle = GetWindowLongW(window, GWL_EXSTYLE);
881 SetWindowLongW(window, GWL_EXSTYLE, device->exStyle);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp182 dwExStyle = GetWindowLong(hwnd, GWL_EXSTYLE);
H A DVBoxDnD.cpp1309 LONG lExStyle = GetWindowLong(hWnd, GWL_EXSTYLE);
1310 SetWindowLong(hWnd, GWL_EXSTYLE,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1035 device->exStyle = GetWindowLongW(window, GWL_EXSTYLE);
1047 SetWindowLongW(window, GWL_EXSTYLE, exstyle);
1061 exstyle = GetWindowLongW(window, GWL_EXSTYLE);
1085 SetWindowLongW(window, GWL_EXSTYLE, device->exStyle);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindowsx.h138 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_EXSTYLE))
H A Dwinuser.h1140 #define GWL_EXSTYLE (-20) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h138 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_EXSTYLE))
H A Dwinuser.h1614 #define GWL_EXSTYLE (-20) macro

Completed in 403 milliseconds