/reactos/modules/rostests/apitests/user32/ |
H A D | TrackMouseEvent.c | 44 case WM_SYSTIMER: in TmeTestProc() 83 if(msg.message == WM_SYSTIMER) in FlushMessages() 184 {2, WM_SYSTIMER, POST, ID_TME_TIMER}, 217 {3, WM_SYSTIMER, POST, ID_TME_TIMER}, 223 {3, WM_SYSTIMER, POST, ID_TME_TIMER}, 235 {3, WM_SYSTIMER, POST, ID_TME_TIMER}, 243 {3, WM_SYSTIMER, POST, ID_TME_TIMER}, 250 {3, WM_SYSTIMER, POST, ID_TME_TIMER},
|
/reactos/dll/win32/uxtheme/ |
H A D | ncscrollbar.c | 460 case WM_SYSTIMER: in SCROLL_HandleScrollEvent() 481 if ((msg == WM_LBUTTONDOWN) || (msg == WM_SYSTIMER)) in SCROLL_HandleScrollEvent() 502 if ((msg == WM_LBUTTONDOWN) || (msg == WM_SYSTIMER)) in SCROLL_HandleScrollEvent() 564 if ((msg == WM_LBUTTONDOWN) || (msg == WM_SYSTIMER)) in SCROLL_HandleScrollEvent() 583 if ((msg == WM_LBUTTONDOWN) || (msg == WM_SYSTIMER)) in SCROLL_HandleScrollEvent() 653 (msg.message == WM_SYSTIMER && msg.wParam == SCROLL_TIMER)) in SCROLL_TrackScrollBar()
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 818 case WM_SYSTIMER: in IntScrollHandleScrollEvent() 879 case WM_SYSTIMER: in IntScrollHandleScrollEvent() 899 if ((WM_LBUTTONDOWN == Msg) || (WM_SYSTIMER == Msg)) in IntScrollHandleScrollEvent() 925 if ((WM_LBUTTONDOWN == Msg) || (WM_SYSTIMER == Msg)) in IntScrollHandleScrollEvent() 991 if ((Msg == WM_LBUTTONDOWN) || (Msg == WM_SYSTIMER)) in IntScrollHandleScrollEvent() 1009 if ((Msg == WM_LBUTTONDOWN) || (Msg == WM_SYSTIMER)) in IntScrollHandleScrollEvent() 1184 (Msg.message == WM_SYSTIMER && Msg.wParam == SCROLL_TIMER)) in ScrollTrackScrollBar() 1291 case WM_SYSTIMER: in ScrollBarWndProc_common()
|
H A D | listbox.c | 3211 case WM_SYSTIMER: in ListBoxWndProc_common()
|
/reactos/modules/rostests/apitests/include/ |
H A D | msgtrace.c | 53 case WM_SYSTIMER: return "WM_SYSTIMER"; in get_msg_name()
|
/reactos/win32ss/user/ntuser/ |
H A D | timer.c | 421 Msg.message = (pTmr->flags & TMRF_SYSTEM) ? WM_SYSTIMER : WM_TIMER; in PostTimerMessages() 494 pTmr->pfn(NULL, WM_SYSTIMER, pTmr->nID, (LPARAM)pTmr); in ProcessTimers()
|
H A D | message.c | 633 if ((first <= WM_SYSTIMER) && (last >= WM_SYSTIMER)) mask |= QS_TIMER; in GetWakeMask() 912 if (((pMsg->message == WM_SYSTIMER) || in IntDispatchMessage() 937 pTimer->pfn(pMsg->hwnd, WM_SYSTIMER, (UINT)pMsg->wParam, Time); in IntDispatchMessage()
|
H A D | menu.c | 4156 …f ( (msg.hwnd == mt.CurrentMenu->hWnd) || ((msg.message!=WM_TIMER) && (msg.message!=WM_SYSTIMER)) ) in MENU_TrackMenu()
|
/reactos/dll/win32/comctl32/ |
H A D | comctl32.h | 125 #define WM_SYSTIMER 0x0118 macro
|
H A D | listbox.c | 3114 case WM_SYSTIMER: in LISTBOX_WindowProc()
|
/reactos/sdk/include/reactos/ |
H A D | undocuser.h | 48 #define WM_SYSTIMER 0x00000118 macro
|
/reactos/win32ss/user/user32/windows/ |
H A D | message.c | 1927 if ((lpmsg->message == WM_TIMER || lpmsg->message == WM_SYSTIMER) && lpmsg->lParam != 0) in DispatchMessageA() 1931 if ( lpmsg->message == WM_SYSTIMER ) in DispatchMessageA() 2016 if ((lpmsg->message == WM_TIMER || lpmsg->message == WM_SYSTIMER) && lpmsg->lParam != 0) in DispatchMessageW() 2020 if ( lpmsg->message == WM_SYSTIMER ) in DispatchMessageW() 2978 case WM_SYSTIMER: in User32CallWindowProcFromKernel()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 29 #ifndef WM_SYSTIMER 30 #define WM_SYSTIMER 0x0118 macro 180 message == WM_SYSTIMER || in ignore_message()
|
H A D | msg.c | 50 #ifndef WM_SYSTIMER 51 #define WM_SYSTIMER 0x0118 macro 10308 if (msg.message == WM_SYSTIMER) in test_timers() 12744 { WM_SYSTIMER, sent }, 12765 if ((msg.message == WM_TIMER || msg.message == WM_SYSTIMER) && msg.hwnd) in pump_msg_loop_timeout()
|