win32api.SetDllDirectory

SetDllDirectory(PathName)

Modifies the application-specific DLL search path

Parameters

PathName : PyUnicode

Directory to be added to search path, can be None to restore defaults

Win32 API References

Search for SetDllDirectory at msdn, google or google groups.