Function HeapCreate

Source
pub fn HeapCreate(
    floptions: HEAP_FLAGS,
    dwinitialsize: usize,
    dwmaximumsize: usize,
) -> *mut c_void
Expand description

Wrapper for the HeapCreate function from KERNEL32.DLL.