GlobalFlags (KERNEL32.@)
UINT GlobalFlags ( HGLOBAL hmem )
Get information about a global memory object.
hmem | [In] | Handle of the global memory object. |
Failure: GMEM_INVALID_HANDLE, when the provided handle is invalid
Success: Value specifying allocation flags and lock count
Defined in "ddrawi.h".
Implemented in "dlls/kernel32/heap.c". source.winehq.org/source/dlls/kernel32/heap.c
Debug channel "heap".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.