Function windows_sys::Wdk::System::SystemServices::IoSetCompletionRoutineEx
pub unsafe extern "system" fn IoSetCompletionRoutineEx(
deviceobject: *const DEVICE_OBJECT,
irp: *const IRP,
completionroutine: PIO_COMPLETION_ROUTINE,
context: *const c_void,
invokeonsuccess: BOOLEAN,
invokeonerror: BOOLEAN,
invokeoncancel: BOOLEAN
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Wdk_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"