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