Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
SetDllDirectory
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
.