Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dmsgqueue.h185 co_IntSendMessageWithCallBack(HWND hWnd,
H A Dmessage.c1769 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 Dfocus.c177 co_IntSendMessageWithCallBack(hImeWnd, WM_IME_SYSTEM, wParam, lParam, NULL, 0, NULL); in IntFocusSetInputContext()