pub const LOAD_LIBRARY_SEARCH_USER_DIRS: u32 = 0x00000400;
Available 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.

See flag documentation on MSDN.