.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WIN16_GetModuleHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWIN16_GetModuleHandle\fR (KRNL386.47) .SH SYNOPSIS DWORD WIN16_GetModuleHandle ( SEGPTR \fIname\fR ) .SH DESCRIPTION .PP Find a module from a module \fIname\fR. .PP \fBNOTE:\fR The current implementation works the same way the Windows(tm) \fB95\fR one does. Do not try to 'fix' it, fix the callers. + It does not do \fBANY\fR extension handling (except that strange .\fBEXE\fR bit)! + It does not care about paths, just about basenames. (same as Windows). .SH RETURNS .PP \fBLOWORD:\fR the Win16 module handle if found 0 if not \fBHIWORD\fR (undocumented, see \fB"Undocumented Windows"\fR, chapter \fB5\fR): Always hFirstModule .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/krnl386.exe16/ne_module.c"\fR. .PP Debug channel \fB"module"\fR.