Function windows_sys::Win32::System::Memory::MapViewOfFileEx
pub unsafe extern "system" fn MapViewOfFileEx(
hfilemappingobject: HANDLE,
dwdesiredaccess: FILE_MAP,
dwfileoffsethigh: u32,
dwfileoffsetlow: u32,
dwnumberofbytestomap: usize,
lpbaseaddress: *const c_void
) -> MEMORY_MAPPED_VIEW_ADDRESS
Expand description
Required features: "Win32_Foundation"