ReactOS 0.4.15-dev-7834-g00c4b3d
timer.c File Reference
#include <user32.h>
Include dependency graph for timer.c:

Go to the source code of this file.

Functions

BOOL WINAPI KillSystemTimer (HWND hWnd, UINT_PTR IDEvent)
 

Function Documentation

◆ KillSystemTimer()

BOOL WINAPI KillSystemTimer ( HWND  hWnd,
UINT_PTR  IDEvent 
)

Definition at line 35 of file timer.c.

36{
37 return NtUserxKillSystemTimer(hWnd, IDEvent);
38}
HWND hWnd
Definition: settings.c:17
EXTINLINE BOOL NtUserxKillSystemTimer(HWND hWnd, UINT_PTR IDEvent)
Definition: ntwrapper.h:711

Referenced by init_procs(), IntScrollHandleScrollEvent(), LISTBOX_HandleLButtonUp(), LISTBOX_HandleMouseMove(), LISTBOX_HandleSystemTimer(), and SCROLL_HandleScrollEvent().