Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
LoadLibrary
win32api
.LoadLibrary
int =
LoadLibrary(
fileName
)
Loads the specified DLL, and returns the handle.
Parameters
fileName
: string
Specifies the file name of the module to load.
Win32 API References
Search for
LoadLibrary
at
msdn
,
google
or
google groups
.