Searched refs:GetWindowLong (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DVBoxUtils-win.cpp42 LONG uStyle = GetWindowLong(hWnd, GWL_STYLE);
48 LONG uExtendedStyle = GetWindowLong(hWnd, GWL_EXSTYLE);
/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp49 dwStyle = GetWindowLong(hwnd, GWL_STYLE);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp181 dwStyle = GetWindowLong(hwnd, GWL_STYLE);
182 dwExStyle = GetWindowLong(hwnd, GWL_EXSTYLE);
H A DVBoxDnD.cpp1306 LONG lStyle = GetWindowLong(hWnd, GWL_STYLE);
1309 LONG lExStyle = GetWindowLong(hWnd, GWL_EXSTYLE);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindowsx.h137 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_STYLE))
138 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_EXSTYLE))
H A Dwinuser.h1139 /* Offsets for GetWindowLong() and GetWindowWord() */
3650 #define GetWindowLong WINELIB_NAME_AW(GetWindowLong) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h137 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_STYLE))
138 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd, GWL_EXSTYLE))
H A Dwinuser.h1613 /* Offsets for GetWindowLong() and GetWindowWord() */
4728 #define GetWindowLong WINELIB_NAME_AW(GetWindowLong) macro

Completed in 520 milliseconds