windows::Wdk::System::SystemServices

Function IoConnectInterrupt

pub unsafe fn IoConnectInterrupt(
    interruptobject: *mut PKINTERRUPT,
    serviceroutine: PKSERVICE_ROUTINE,
    servicecontext: Option<*const c_void>,
    spinlock: Option<*const usize>,
    vector: u32,
    irql: u8,
    synchronizeirql: u8,
    interruptmode: KINTERRUPT_MODE,
    sharevector: bool,
    processorenablemask: usize,
    floatingsave: bool,
) -> NTSTATUS