Function windows_sys::Wdk::System::SystemServices::ZwCreateTimer
pub unsafe extern "system" fn ZwCreateTimer(
timerhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
timertype: TIMER_TYPE
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"