Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dmessage.c20 CALL_EXTERN_WNDPROC(
27 # define CALL_EXTERN_WNDPROC(proc, h, m, w, l) proc(h, m, w, l) macro
1491 …Result = CALL_EXTERN_WNDPROC(WndProc, AnsiMsg.hwnd, AnsiMsg.message, AnsiMsg.wParam, AnsiMsg.lPara… in IntCallWindowProcW()
1496 …Result = CALL_EXTERN_WNDPROC(WndProc, AnsiMsg.hwnd, AnsiMsg.message, AnsiMsg.wParam, AnsiMsg.lPara… in IntCallWindowProcW()
1547 Result = CALL_EXTERN_WNDPROC(WndProc, hWnd, Msg, wParam, lParam); in IntCallWindowProcW()
1552 Result = CALL_EXTERN_WNDPROC(WndProc, hWnd, Msg, wParam, lParam); in IntCallWindowProcW()
1641 Result = CALL_EXTERN_WNDPROC(WndProc, hWnd, Msg, wParam, lParam); in IntCallWindowProcA()
1646 Result = CALL_EXTERN_WNDPROC(WndProc, hWnd, Msg, wParam, lParam); in IntCallWindowProcA()
1704 …Result = CALL_EXTERN_WNDPROC(WndProc, UnicodeMsg.hwnd, UnicodeMsg.message, UnicodeMsg.wParam, Unic… in IntCallWindowProcA()
1709 …Result = CALL_EXTERN_WNDPROC(WndProc, UnicodeMsg.hwnd, UnicodeMsg.message, UnicodeMsg.wParam, Unic… in IntCallWindowProcA()