[][src]Function fenestroj::winbase::local_realloc

pub unsafe fn local_realloc(
    handle: HLOCAL,
    size: usize,
    flags: u32
) -> Result<HLOCAL, ErrorCode>

Changes the size or the attributes of a specified local memory object.

I don't at all understand how this works in practice.

If this function fails the old handle and pointer are still valid.

See LocalReAlloc