[−][src]Module libloading::os::windows
Windows implementation of dynamic library loading.
Structs
| Library | Windows A platform-specific counterpart of the cross-platform |
| Symbol | Windows Symbol from a library. |
Constants
| LOAD_IGNORE_CODE_AUTHZ_LEVEL | Windows Do not check AppLocker rules or apply Software Restriction Policies for the DLL. |
| LOAD_LIBRARY_AS_DATAFILE | Windows Map the file into the calling process’ virtual address space as if it were a data file. |
| LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE | Windows Map the file into the calling process’ virtual address space as if it were a data file. |
| LOAD_LIBRARY_AS_IMAGE_RESOURCE | Windows Map the file into the process’ virtual address space as an image file. |
| LOAD_LIBRARY_REQUIRE_SIGNED_TARGET | Windows Specifies that the digital signature of the binary image must be checked at load time. |
| LOAD_LIBRARY_SAFE_CURRENT_DIRS | Windows Allow loading a DLL for execution from the current directory only if it is under a directory in the Safe load list. |
| LOAD_LIBRARY_SEARCH_APPLICATION_DIR | Windows Search application's installation directory for the DLL and its dependencies. |
| LOAD_LIBRARY_SEARCH_DEFAULT_DIRS | Windows Search default directories when looking for the DLL and its dependencies. |
| LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR | Windows Directory that contains the DLL is temporarily added to the beginning of the list of directories that are searched for the DLL’s dependencies. |
| LOAD_LIBRARY_SEARCH_SYSTEM32 | Windows Search |
| LOAD_LIBRARY_SEARCH_USER_DIRS | Windows Directories added using the |
| LOAD_WITH_ALTERED_SEARCH_PATH | Windows If `filename 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. |