[][src]Function fenestroj::winbase::local_size

pub unsafe fn local_size(handle: HLOCAL) -> Result<usize, ErrorCode>

Checks the size of the allocation for this local handle.

The allocation of a local handle can be larger than was requested.

To verify that the allocation hasn't been discarded use local_flags before calling this function.

See LocalSize