GlobalHandle16(3w)
NAME
GlobalHandle16 (KRNL386.21)
SYNOPSIS
DWORD GlobalHandle16
(
WORD sel
)
PARAMS
[In] Address of global memory block.
DESCRIPTION
Get the handle associated with a pointer to the global memory block.
NOTES
Why is GlobalHandleToSel used here with the sel as input?.
RETURNS
Handle: Success
NULL: Failure
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/global16.c".
- Debug channel "global".