LOAD_LIBRARY_SEARCH_APPLICATION_DIR top-level constant

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

@Deprecated(
    'Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_APPLICATION_DIR instead')
const LOAD_LIBRARY_SEARCH_APPLICATION_DIR = 0x00000200;