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.