The documentation for LoadLibraryEx() doesn't actually explain what the altered search path is. In the table entry for the LOAD_WITH_ALTERED_SEARCH_PATH
flag it says "see the Remarks section", but in the Remarks section it only says that this flag causes LoadLibraryEx()
to use the altered search path.
But it doesn't explain anywhere what the altered search path actually is.