NAME

GlobalFlags  (KERNEL32.@)

SYNOPSIS

 UINT GlobalFlags
 (
  HGLOBAL hmem
 )

DESCRIPTION

Get information about a global memory object.

PARAMS

hmem [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

Defined in "ddrawi.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.