LOAD_LIBRARY_SEARCH_SYSTEM32 top-level constant

int const LOAD_LIBRARY_SEARCH_SYSTEM32

If this value is used, %windows%\system32 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_SYSTEM32 = 0x00000800;