Function kernel32::SetWaitableTimerEx
[−]
[src]
pub unsafe extern "system" fn SetWaitableTimerEx(
hTimer: HANDLE,
lpDueTime: *const LARGE_INTEGER,
lPeriod: LONG,
pfnCompletionRoutine: PTIMERAPCROUTINE,
lpArgToCompletionRoutine: LPVOID,
WakeContext: PREASON_CONTEXT,
TolerableDelay: ULONG
) -> BOOL