Function std::sys::windows::c::NtReadFile

source ·
pub unsafe fn NtReadFile(
    filehandle: BorrowedHandle<'_>,
    event: *mut c_void,
    apcroutine: Option<unsafe extern "system" fn(apccontext: *const c_void, iostatusblock: *const IO_STATUS_BLOCK, reserved: u32)>,
    apccontext: *mut c_void,
    iostatusblock: &mut IO_STATUS_BLOCK,
    buffer: *mut MaybeUninit<u8>,
    length: c_ulong,
    byteoffset: Option<&c_longlong>,
    key: Option<&c_ulong>
) -> i32
🔬This is a nightly-only experimental API. (windows_c)