LOAD_LIBRARY_SEARCH_APPLICATION_DIR top-level constant

int const LOAD_LIBRARY_SEARCH_APPLICATION_DIR

If this value is used, the application's installation directory is searched for the DLL and its dependencies. 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_APPLICATION_DIR = 0x00000200;