LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR top-level constant

  1. @Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR instead')
int const LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR

If this value is used, the directory that contains the DLL is temporarily added to the beginning of the list of directories that are searched for the DLL's dependencies. Directories in the standard search path are not searched.

Implementation

@Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR instead')
const LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR = 0x00000100;