win32api
.GetModuleHandle
int =
GetModuleHandle(
fileName
)
Returns the handle of an already loaded DLL.
Parameters
fileName=None
: string
Specifies the file name of the module to load.
Win32 API References
Search for
GetModuleHandle
at
msdn
,
google
or
google groups
.