Skip to main content

CreateWaitableTimerW

Function CreateWaitableTimerW 

Source
pub unsafe fn CreateWaitableTimerW<'a>(
    lptimerattributes: *mut SECURITY_ATTRIBUTES,
    bmanualreset: impl IntoParam<'a, BOOL>,
    lptimername: impl IntoParam<'a, PWSTR>,
) -> HANDLE