PyHANDLE = LoadLibraryEx(fileName, handle
, handle
)
Loads the specified DLL, and returns the handle.
Parameters
fileName : string
Specifies the file name of the module to load.handle : PyHANDLE
Reserved - must be zerohandle : flags
Specifies the action to take when loading the module.Win32 API References
Search for LoadLibraryEx at msdn, google or google groups.