Function std::sys::windows::c::windows_sys::NtWriteFile

source ·
pub unsafe extern "system" fn NtWriteFile(
    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: *const c_void,
    length: u32,
    byteoffset: *const i64,
    key: *const u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)