#ifndef _NTUSER_H
NTSYSCALLAPI
ULONG_PTR
NTAPI
NtUserSetTimer(
_In_ HWND WindowHandle,
_In_ ULONG_PTR nIDEvent,
_In_ ULONG uElapse,
_In_ TIMERPROC lpTimerFunc,
_In_ ULONG uToleranceDelay
);
View code on GitHub
No description available.