Home
last modified time | relevance | path

Searched refs:FORWARD_WM_CTLCOLORSTATIC (Results 1 – 5 of 5) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwindowsx.h145 #define FORWARD_WM_CTLCOLORSTATIC(hwnd,hdc,hwndChild,fn) (HBRUSH)(UINT)(DWORD)(fn)((hwnd),WM_CTLCOL… macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwindowsx.h145 #define FORWARD_WM_CTLCOLORSTATIC(hwnd,hdc,hwndChild,fn) (HBRUSH)(UINT)(DWORD)(fn)((hwnd),WM_CTLCOL… macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwindowsx.h429 #define FORWARD_WM_CTLCOLORSTATIC(hwnd,hdc,hwndChild,fn) (HBRUSH)(UINT_PTR)(fn)((hwnd),WM_CTLCOLORS… macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwindowsx.h429 #define FORWARD_WM_CTLCOLORSTATIC(hwnd,hdc,hwndChild,fn) (HBRUSH)(UINT_PTR)(fn)((hwnd),WM_CTLCOLORS… macro
/dports/audio/praat/praat-6.2.03/sys/
H A DmotifEmulator.cpp2659 return FORWARD_WM_CTLCOLORSTATIC (window, hdc, controlWindow, DefWindowProc); in on_ctlColorStatic()