Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f72b8 commit 6541798Copy full SHA for 6541798
Doc/library/ctypes.rst
@@ -1440,8 +1440,8 @@ copy of the windows error code.
1440
1441
The *winmode* parameter is used on Windows to specify how the library is loaded
1442
(since *mode* is ignored). It takes any value that is valid for the Win32 API
1443
-``LoadLibraryEx`` flags parameter. When omitted, the default is to use the flags
1444
-that result in the most secure DLL load to avoiding issues such as DLL
+``LoadLibraryEx`` flags parameter. When omitted, the default is to use the
+flags that result in the most secure DLL load, which avoids issues such as DLL
1445
hijacking. Passing the full path to the DLL is the safest way to ensure the
1446
correct library and dependencies are loaded.
1447
0 commit comments