Function windows_sys::Wdk::System::SystemServices::ZwReadFile
pub unsafe extern "system" fn ZwReadFile(
filehandle: HANDLE,
event: HANDLE,
apcroutine: PIO_APC_ROUTINE,
apccontext: *const c_void,
iostatusblock: *mut IO_STATUS_BLOCK,
buffer: *mut c_void,
length: u32,
byteoffset: *const i64,
key: *const u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"