table of contents
other versions
- wheezy 1.4.1-4
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: FailureIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/heap.c". Debug channel "heap".Oct 2012 | Wine API |