Searched refs:co_IntSendMessageWithCallBack (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | msgqueue.h | 185 co_IntSendMessageWithCallBack(HWND hWnd,
|
H A D | message.c | 1769 return co_IntSendMessageWithCallBack(hWnd, in co_IntSendMessageNoWait() 1785 co_IntSendMessageWithCallBack(HWND hWnd, in co_IntSendMessageWithCallBack() function 2944 if (!(Ret = co_IntSendMessageWithCallBack(hWnd, Msg, wParam, lParam, in NtUserMessageCall()
|
H A D | focus.c | 177 co_IntSendMessageWithCallBack(hImeWnd, WM_IME_SYSTEM, wParam, lParam, NULL, 0, NULL); in IntFocusSetInputContext()
|