Function win_sys::Memory::HeapAlloc [−][src]
pub unsafe fn HeapAlloc<'a, Param0>(
hheap: Param0,
dwflags: HEAP_FLAGS,
dwbytes: usize
) -> *mut c_void where
Param0: IntoParam<'a, HeapHandle>, Expand description
Required features: Win32_System_Memory