Searched refs:FORWARD_WM_GETFONT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindowsx.h161 #define GetWindowFont(hwnd) FORWARD_WM_GETFONT((hwnd), SendMessage)
1379 #define FORWARD_WM_GETFONT(hwnd, fn) (HFONT)(UINT)(DWORD)(fn)((hwnd), WM_GETFONT, 0L, 0L) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h161 #define GetWindowFont(hwnd) FORWARD_WM_GETFONT((hwnd), SendMessage)
1379 #define FORWARD_WM_GETFONT(hwnd, fn) (HFONT)(UINT)(DWORD)(fn)((hwnd), WM_GETFONT, 0L, 0L) macro

Completed in 63 milliseconds