Function win_sys::FileSystem::BuildIoRingReadFile[][src]

pub unsafe fn BuildIoRingReadFile<'a, Param1, Param2>(
    ioring: *const HIORING__,
    fileref: Param1,
    dataref: Param2,
    numberofbytestoread: u32,
    fileoffset: u64,
    userdata: usize,
    flags: IORING_SQE_FLAGS
) -> Result<(), Error> where
    Param1: IntoParam<'a, IORING_HANDLE_REF>,
    Param2: IntoParam<'a, IORING_BUFFER_REF>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation