pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: u32 = 0x00000200;
Available on Windows only.
Expand description

Search the 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.