LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR top-level constant

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

const LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR = 0x00000100;