LOAD_WITH_ALTERED_SEARCH_PATH top-level constant

int const LOAD_WITH_ALTERED_SEARCH_PATH

If this value is used and lpFileName specifies an absolute path, the system uses the alternate file search strategy discussed in the Remarks section to find associated executable modules that the specified module causes to be loaded. If this value is used and lpFileName specifies a relative path, the behavior is undefined.

Implementation

const LOAD_WITH_ALTERED_SEARCH_PATH = 0x00000008;