NAME

GlobalFlags  (KERNEL32.@)

SYNOPSIS

 UINT GlobalFlags
 (
  HGLOBAL handle
 )

DESCRIPTION

Get information about a global memory object.

PARAMS

handle [In] Handle of the global memory object.

RETURNS

Failure: GMEM_INVALID_HANDLE, when the provided handle is invalid

Success: Value specifying allocation flags and lock count

IMPLEMENTATION

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.