LOAD_LIBRARY_SAFE_CURRENT_DIRS top-level constant

int const LOAD_LIBRARY_SAFE_CURRENT_DIRS

If this value is used, loading a DLL for execution from the current directory is only allowed if it is under a directory in the Safe load list.

Implementation

const LOAD_LIBRARY_SAFE_CURRENT_DIRS = 0x00002000;