windows::Wdk::System::SystemServices

Function ZwWriteFile

pub unsafe fn ZwWriteFile(
    filehandle: HANDLE,
    event: Option<HANDLE>,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: Option<*const c_void>,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *const c_void,
    length: u32,
    byteoffset: Option<*const i64>,
    key: Option<*const u32>,
) -> NTSTATUS