Function windows_sys::Win32::System::Memory::MapViewOfFile
pub unsafe extern "system" fn MapViewOfFile(
hfilemappingobject: HANDLE,
dwdesiredaccess: FILE_MAP,
dwfileoffsethigh: u32,
dwfileoffsetlow: u32,
dwnumberofbytestomap: usize
) -> MEMORY_MAPPED_VIEW_ADDRESSExpand description
Required features: "Win32_Foundation"