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 "ddrawi.h". https://source.winehq.org/source/include/ddrawi.h

Implemented in "dlls/kernel32/heap.c". https://source.winehq.org/source/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 Mar 2024.