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

pub const LOAD_LIBRARY_SEARCH_SYSTEM32: u32 = consts::LOAD_LIBRARY_SEARCH_SYSTEM32; // 0x0000_0800u32
Expand description

Search %windows%\system32 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.