GlobalHandle.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GlobalHandle (KERNEL32.@)

SYNOPSIS

HGLOBAL GlobalHandle
 (
  LPCVOID pmem
 )

PARAMS

[In] Pointer to global memory block.

DESCRIPTION

Get the handle associated with the pointer to a global memory block.

RETURNS

Handle: Success

NULL: Failure

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/heap.c".

Debug channel "heap".