windows::Wdk::System::Threading

Function ZwCreateTimer

pub unsafe fn ZwCreateTimer(
    timerhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    timertype: TIMER_TYPE,
) -> NTSTATUS