Searched refs:STATUSBAR_SendMouseNotify (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | status.c | 1152 STATUSBAR_SendMouseNotify(const STATUS_INFO *infoPtr, UINT code, UINT msg, WPARAM wParam, LPARAM lP… in STATUSBAR_SendMouseNotify() function 1271 return STATUSBAR_SendMouseNotify(infoPtr, NM_DBLCLK, msg, wParam, lParam); in StatusWindowProc() 1274 return STATUSBAR_SendMouseNotify(infoPtr, NM_CLICK, msg, wParam, lParam); in StatusWindowProc() 1298 return STATUSBAR_SendMouseNotify(infoPtr, NM_RDBLCLK, msg, wParam, lParam); in StatusWindowProc() 1301 return STATUSBAR_SendMouseNotify(infoPtr, NM_RCLICK, msg, wParam, lParam); in StatusWindowProc()
|