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.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <uap7:Properties>

                   <uap7:ImportRedirectionTable>

Syntax

<uap7:ImportRedirectionTable>
  A string that represnets the name of a DLL file.
</uap7:ImportRedirectionTable>

Attributes and Elements

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
uap7:Properties Properties of an application.

Remarks

The DLL file is passed to CreateProcess to influence how the loader resolves imports.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
Minimum OS Version Windows 10 version 1809 (Build 17763)