uap7:ImportRedirectionTable
Allows for a packaged app to declare API redirections. API redirection allows apps to consume legacy binaries that link against unsupported APIs (e.g., CreateFile) and transparently replace them with supported APIs (e.g., CreateFileFromApp) at module load time.
<uap7:ImportRedirectionTable>
XML
<uap7:ImportRedirectionTable>
A string that represnets the name of a DLL file.
</uap7:ImportRedirectionTable>
None.
None.
Parent element | Description |
---|---|
uap7:Properties | Properties of an application. |
The DLL file is passed to CreateProcess to influence how the loader resolves imports.
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/7 |
Minimum OS Version | Windows 10 version 1809 (Build 17763) |