Scroll to navigation

GlobalHandle(3w) Wine API GlobalHandle(3w)

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

Declared in "winbase.h".
Implemented in "dlls/kernel32/heap.c".
Debug channel "heap".
Oct 2012 Wine API