LOAD_LIBRARY_SEARCH_DEFAULT_DIRS top-level constant

int const LOAD_LIBRARY_SEARCH_DEFAULT_DIRS

This value is a combination of LOAD_LIBRARY_SEARCH_APPLICATION_DIR, LOAD_LIBRARY_SEARCH_SYSTEM32, and LOAD_LIBRARY_SEARCH_USER_DIRS. 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_DEFAULT_DIRS = 0x00001000;