Function windows_sys::Win32::System::Memory::MapViewOfFile3FromApp
[−]pub unsafe extern "system" fn MapViewOfFile3FromApp(
filemapping: HANDLE,
process: HANDLE,
baseaddress: *const c_void,
offset: u64,
viewsize: usize,
allocationtype: VIRTUAL_ALLOCATION_TYPE,
pageprotection: u32,
extendedparameters: *mut MEM_EXTENDED_PARAMETER,
parametercount: u32
) -> *mut c_void
Expand description
Required features: "Win32_System_Memory"
, "Win32_Foundation"