Function win_sys::Memory::MapViewOfFile3FromApp[][src]

pub unsafe fn MapViewOfFile3FromApp<'a, Param0, Param1>(
    filemapping: Param0,
    process: Param1,
    baseaddress: *const c_void,
    offset: u64,
    viewsize: usize,
    allocationtype: VIRTUAL_ALLOCATION_TYPE,
    pageprotection: u32,
    extendedparameters: *mut MEM_EXTENDED_PARAMETER,
    parametercount: u32
) -> *mut c_void where
    Param0: IntoParam<'a, HANDLE>,
    Param1: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation