Contents
|
Python for Win32 Extensions Help
>
Pythonwin and win32ui
>
Modules
>
win32ui
>
LoadLibrary
win32ui
.LoadLibrary
PyDLL
=
LoadLibrary(
fileName
)
Creates a DLL object, and loads a Windows DLL into the object.
Parameters
fileName
: string
The name of the DLL file to load.