GlobalFlags.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "heap".