[][src]Function fenestroj::winbase::local_flags

pub unsafe fn local_flags(handle: HLOCAL) -> Result<u32, ErrorCode>

Flag info about this local handle.

  • The low-order byte of the low-order word of the return value contains the lock count of the object.
  • The high-order byte of the low-order word of the return value indicates the allocation values of the memory object. It can be zero or LMEM_DISCARDABLE.

See LocalFlags