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.