[][src]Function fenestroj::winbase::local_alloc

pub unsafe fn local_alloc(
    flags: LocalAllocFlags,
    bytes: usize
) -> Result<HLOCAL, ErrorCode>

Allocates bytes from the heap. High overhead.

Avoid this function unless it is documented that you must use it in connection with some other function. Use the heap functions instead.

See LocalAlloc