Constant libloading::os::windows::LOAD_LIBRARY_SEARCH_USER_DIRS [−][src]
pub const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD;This is supported on Windows only.
Expand description
Directories added using the AddDllDirectory or the SetDllDirectory function are searched
for the DLL and its dependencies.
If more than one directory has been added, the order in which the directories are searched is
unspecified. Directories in the standard search path are not searched. This value cannot be
combined with LOAD_WITH_ALTERED_SEARCH_PATH.