.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalHandle16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalHandle16\fR (KRNL386.21) .SH SYNOPSIS DWORD GlobalHandle16 ( WORD \fIsel\fR ) .SH PARAMS \fB[In]\fR Address of global memory block. .PP .SH DESCRIPTION .PP Get the handle associated with a pointer to the global memory block. .SH NOTES .PP Why is GlobalHandleToSel used here with the \fIsel\fR as input?. .SH RETURNS .PP \fBHandle:\fR Success .PP \fBNULL:\fR Failure .SH IMPLEMENTATION .PP Declared in \fB"wine/winbase16.h"\fR. .PP Implemented in \fB"dlls/krnl386.exe16/global.c"\fR. .PP Debug channel \fB"global"\fR.