LOAD_LIBRARY_SEARCH_USER_DIRS top-level constant

int const LOAD_LIBRARY_SEARCH_USER_DIRS

If this value is used, 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.

Implementation

const LOAD_LIBRARY_SEARCH_USER_DIRS = 0x00000400;