Function windows_sys::Wdk::Storage::FileSystem::FsRtlIssueDeviceIoControl
pub unsafe extern "system" fn FsRtlIssueDeviceIoControl(
deviceobject: *const DEVICE_OBJECT,
ioctl: u32,
flags: u8,
inputbuffer: *const c_void,
inputbufferlength: u32,
outputbuffer: *const c_void,
outputbufferlength: u32,
iosbinformation: *mut usize
) -> NTSTATUSExpand description
Required features: "Wdk_Foundation", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"