Scroll to navigation

GlobalHandle16(3w) Wine API 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

Declared in "wine/winbase16.h".
Implemented in "dlls/krnl386.exe16/global.c".
Debug channel "global".
Oct 2012 Wine API