Function std::sys::windows::c::windows_sys::NtReadFile
source · pub unsafe extern "system" fn NtReadFile(
filehandle: *mut c_void,
event: *mut c_void,
apcroutine: Option<unsafe extern "system" fn(apccontext: *const c_void, iostatusblock: *const IO_STATUS_BLOCK, reserved: u32)>,
apccontext: *const c_void,
iostatusblock: *mut IO_STATUS_BLOCK,
buffer: *mut c_void,
length: u32,
byteoffset: *const i64,
key: *const u32
) -> i32
🔬This is a nightly-only experimental API. (
windows_c
)