Function win_sys::Memory::VirtualAlloc2[][src]

pub unsafe fn VirtualAlloc2<'a, Param0>(
    process: Param0,
    baseaddress: *const c_void,
    size: usize,
    allocationtype: VIRTUAL_ALLOCATION_TYPE,
    pageprotection: u32,
    extendedparameters: *mut MEM_EXTENDED_PARAMETER,
    parametercount: u32
) -> *mut c_void where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation