Function windows_sys::Win32::System::Memory::VirtualAllocExNuma
[−]pub unsafe extern "system" fn VirtualAllocExNuma(
hprocess: HANDLE,
lpaddress: *const c_void,
dwsize: usize,
flallocationtype: VIRTUAL_ALLOCATION_TYPE,
flprotect: u32,
nndpreferred: u32
) -> *mut c_void
Expand description
Required features: "Win32_System_Memory"
, "Win32_Foundation"