Function win_sys::Memory::MapViewOfFileNuma2
source · [−]pub unsafe fn MapViewOfFileNuma2<'a, Param0, Param1>(
filemappinghandle: Param0,
processhandle: Param1,
offset: u64,
baseaddress: *const c_void,
viewsize: usize,
allocationtype: u32,
pageprotection: u32,
preferrednode: u32
) -> *mut c_void where
Param0: IntoParam<'a, HANDLE>,
Param1: IntoParam<'a, HANDLE>, Expand description
Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’