Function win_sys::Memory::VirtualAllocExNuma[][src]

pub unsafe fn VirtualAllocExNuma<'a, Param0>(
    hprocess: Param0,
    lpaddress: *const c_void,
    dwsize: usize,
    flallocationtype: VIRTUAL_ALLOCATION_TYPE,
    flprotect: u32,
    nndpreferred: u32
) -> *mut c_void where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation