Home
last modified time | relevance | path

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

/reactos/dll/win32/mmdrv/
H A Dmmddk.h388 #define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
/reactos/sdk/include/psdk/
H A Dmmddk.h396 #define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
H A Dwindowsx.h428 #define HANDLE_WM_QUERYENDSESSION(hwnd,wParam,lParam,fn) MAKELRESULT((BOOL)(fn)(hwnd),0)
429 #define HANDLE_WM_QUERYNEWPALETTE(hwnd,wParam,lParam,fn) MAKELRESULT((BOOL)(fn)(hwnd),0)
430 #define HANDLE_WM_QUERYOPEN(hwnd,wParam,lParam,fn) MAKELRESULT((BOOL)(fn)(hwnd),0)
H A Dwinuser.h4013 #define MAKELRESULT(l,h) ((LRESULT)MAKELONG(l,h)) macro
/reactos/modules/rostests/winetests/comctl32/
H A Dpropsheet.c420 …ok(defidres == MAKELRESULT(nextID, DC_HASDEFID), "Expected default button ID to be %d, is %d\n", n… in test_wiznavigation()
444 …ok(defidres == MAKELRESULT(backID, DC_HASDEFID), "Expected default button ID to be %d, is %d\n", b… in test_wiznavigation()
465 …ok(defidres == MAKELRESULT(nextID, DC_HASDEFID), "Expected default button ID to be %d, is %d\n", n… in test_wiznavigation()
/reactos/dll/win32/imm32/
H A Dsoftkbd.c993 return MAKELRESULT(rc.left, rc.top); in T1_OnImeControl()
1944 return MAKELRESULT(rc.left, rc.top); in C1_OnImeControl()
/reactos/modules/rostests/winetests/user32/
H A Ddialog.c1336 SetWindowLongA(hDlg, DWLP_MSGRESULT, MAKELRESULT(0xdead, DC_HASDEFID)); in TestReturnKeyDlgProc()
H A Dwin.c3848 res = SendMessageA(hwnd, WM_MOUSEACTIVATE, (WPARAM)hwnd, (LPARAM)MAKELRESULT(A,0)); \ in test_mouse_input()
H A Dmsg.c13796 ok(ret == MAKELRESULT(start, end), "wrong selection (%d - %d)\n", LOWORD(ret), HIWORD(ret)); in test_dialog_messages()
/reactos/dll/win32/comctl32/
H A Dtooltips.c1355 return MAKELRESULT(size.cx, size.cy); in TOOLTIPS_GetBubbleSize()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c1567 return MAKELRESULT( 0, MNC_CLOSE ); /* MDI children don't have menu bars */ in DefMDIChildProcW()