Constant hotlib::libloading::os::windows::LOAD_LIBRARY_SEARCH_APPLICATION_DIR[][src]

pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: u32 = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; // 0x0000_0200u32
Expand description

Search application’s installation directory 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.

See flag documentation on MSDN.