GlobalFlags (KERNEL32.@)
UINT GlobalFlags ( HGLOBAL handle )
Get information about a global memory object.
handle | [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
Declared in "include/powrprof.h". gitlab.winehq.org/wine/wine/blob/master/include/powrprof.h
Implemented in "dlls/kernel32/heap.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/heap.c
Debug channel "globalmem".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.