Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dtimer.h39 UINT_PTR FASTCALL IntSetTimer(PWND Window, UINT_PTR IDEvent, UINT Elapse, TIMERPROC TimerFunc, INT …
H A Dtimer.c185 TIMERPROC TimerFunc, in IntSetTimer() argument
263 pTmr->pfn = TimerFunc; in IntSetTimer()
/reactos/win32ss/user/user32/include/
H A Dntwrapper.h106 SetSystemTimer(HWND hWnd, UINT_PTR IDEvent, UINT Period, TIMERPROC TimerFunc) in SetSystemTimer() argument
108 return NtUserSetSystemTimer(hWnd, IDEvent, Period, TimerFunc); in SetSystemTimer()
112 SetTimer(HWND hWnd, UINT_PTR IDEvent, UINT Period, TIMERPROC TimerFunc) in SetTimer() argument
114 return NtUserSetTimer(hWnd, IDEvent, Period, TimerFunc); in SetTimer()