.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetModuleHandleA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetModuleHandleA\fR (KERNEL32.@) .SH SYNOPSIS HMODULE GetModuleHandleA ( LPCSTR \fImodule\fR ) .SH DESCRIPTION .PP Get the handle of a dll loaded into the process address space. .SH PARAMS \fImodule\fR \fB[In]\fR Name of the dll. .PP .SH RETURNS .PP \fBSuccess:\fR A handle to the loaded dll. .PP \fBFailure:\fR A \fBNULL\fR handle. Use \fBGetLastError(3w)\fR to determine the cause. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/module.c"\fR. .PP Debug channel \fB"module"\fR.