LOAD_LIBRARY_SEARCH_USER_DIRS top-level constant

  1. @Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_USER_DIRS instead')
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

@Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_USER_DIRS instead')
const LOAD_LIBRARY_SEARCH_USER_DIRS = 0x00000400;