Skip to main content

SetWaitableTimer

Function SetWaitableTimer 

Source
pub unsafe fn SetWaitableTimer<'a>(
    htimer: impl IntoParam<'a, HANDLE>,
    lpduetime: *const i64,
    lperiod: i32,
    pfncompletionroutine: Option<PTIMERAPCROUTINE>,
    lpargtocompletionroutine: *mut c_void,
    fresume: impl IntoParam<'a, BOOL>,
) -> BOOL