Function windows::Win32::System::Memory::VirtualAllocEx
pub unsafe fn VirtualAllocEx<P0>(
hprocess: P0,
lpaddress: Option<*const c_void>,
dwsize: usize,
flallocationtype: VIRTUAL_ALLOCATION_TYPE,
flprotect: PAGE_PROTECTION_FLAGS
) -> *mut c_voidwhere
P0: IntoParam<HANDLE>,
Expand description
Required features: "Win32_Foundation"