GlobalSize (KERNEL32.@)
SIZE_T GlobalSize ( HGLOBAL hmem )
Get the size of a global memory object.
hmem | [In] | Handle of the global memory object. |
Failure: 0
Success: Size in Bytes of the global memory object.
When the handle is invalid, last error is set to ERROR_INVALID_HANDLE
Defined in "winbase.h".
Implemented in "dlls/kernel32/heap.c". source.winehq.org/source/dlls/kernel32/heap.c
Debug channel "heap".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.