Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 1936 of file toolbar.c.
Referenced by TOOLBAR_LButtonDown(), TOOLBAR_LButtonUp(), and TOOLBAR_MouseMove().
{ MSG msg; msg.hwnd = hwndMsg; msg.message = uMsg; msg.wParam = wParam; msg.lParam = lParam; msg.time = GetMessageTime (); msg.pt.x = (short)LOWORD(GetMessagePos ()); msg.pt.y = (short)HIWORD(GetMessagePos ()); SendMessageW (hwndTip, TTM_RELAYEVENT, 0, (LPARAM)&msg); }