windows::Wdk::System::SystemServices

Function IoSetCompletionRoutineEx

pub unsafe fn IoSetCompletionRoutineEx(
    deviceobject: *const DEVICE_OBJECT,
    irp: *const IRP,
    completionroutine: PIO_COMPLETION_ROUTINE,
    context: Option<*const c_void>,
    invokeonsuccess: bool,
    invokeonerror: bool,
    invokeoncancel: bool,
) -> NTSTATUS