Function win_sys::Memory::VirtualAllocEx[][src]

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

Required features: Win32_System_Memory, Win32_Foundation