Function win_sys::Memory::HeapReAlloc[][src]

pub unsafe fn HeapReAlloc<'a, Param0>(
    hheap: Param0,
    dwflags: HEAP_FLAGS,
    lpmem: *const c_void,
    dwbytes: usize
) -> *mut c_void where
    Param0: IntoParam<'a, HeapHandle>, 
Expand description

Required features: Win32_System_Memory