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