Vapaamies писал(а):И?
Вам перевести?https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order#search-order-for-unpackaged-apps писал(а):If safe DLL search mode is enabled, then the search order is as follows:
1) DLL Redirection.
2) API sets.
3) SxS manifest redirection.
4) Loaded-module list.
5) Known DLLs.
6) Windows 11, version 21H2 (10.0; Build 22000), and later. The package dependency graph of the process. This is the application's package plus any dependencies specified as <PackageDependency> in the <Dependencies> section of the application's package manifest. Dependencies are searched in the order they appear in the manifest.
7) The folder from which the application loaded.
8) The system folder. Use the GetSystemDirectory function to retrieve the path of this folder.
9) The 16-bit system folder. There's no function that obtains the path of this folder, but it is searched.
10) The Windows folder. Use the GetWindowsDirectory function to get the path of this folder.
11) The current folder.
12) The directories that are listed in the PATH environment variable. This doesn't include the per-application path specified by the App Paths registry key. The App Paths key isn't used when computing the DLL search path.