NAME

GlobalFlags  (KERNEL32.@)

SYNOPSIS

 UINT GlobalFlags
 (
  HGLOBAL hmem
 )

PARAMS

[In] Handle to global memory object.

DESCRIPTION

Returns information about the specified global memory object.

NOTES

Should this return GMEM_INVALID_HANDLE on invalid handle?.

RETURNS

Value specifying allocation flags and lock count GMEM_INVALID_HANDLE: Failure

IMPLEMENTATION

Defined in "ddrawi.h".

Implemented in "dlls/kernel/heap.c". source.winehq.org/source/dlls/kernel/heap.c

Debug channel "heap".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.