Searched defs:LOAD_LIBRARY_SEARCH_SYSTEM32 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dinit-win.cpp35 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x800 macro
264 if (pfnSetDefDllDirs(LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32))
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp40 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x800 macro
1924 fFlags = LOAD_LIBRARY_SEARCH_SYSTEM32;
H A DSUPR3HardenedMain-win.cpp38 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x800 macro
466 fFlags |= LOAD_LIBRARY_SEARCH_SYSTEM32;

Completed in 72 milliseconds