Searched refs:TimerFunc (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | timer.h | 39 UINT_PTR FASTCALL IntSetTimer(PWND Window, UINT_PTR IDEvent, UINT Elapse, TIMERPROC TimerFunc, INT …
|
H A D | timer.c | 185 TIMERPROC TimerFunc, in IntSetTimer() argument 263 pTmr->pfn = TimerFunc; in IntSetTimer()
|
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 106 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()
|