Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Specifies the path and processor architecture of an in-process handler DLL.
Element Hierarchy
<com5:InProcessHandlerDll>
<com5:InProcessHandlerDll>
Syntax
<com5:InProcessHandlerDll Path = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
ProcessorArchitecture = "x86" | "x64" | "arm" | "arm64" | "x86a64"
></com5:InProcessHandlerDll>
Attributes
Attribute | Description | Data type | Required |
---|---|---|---|
Path | The full path to the in-process handler DLL. | One of the following values: A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", ,, ?, or *. | Yes |
ProcessorArchitecture | The processor architecture of the in-process handler DLL. | One of the following values: "x86" , "x64" , "arm" , "arm64" , "x86a64" | Yes |
Parent elements
Parent element | Description |
---|---|
com5:InProcessHandler | Registers an in-process handler with one or many class registrations. |
Remarks
In a change from com4:InProcessHandlerDll, the Path attribute does not require that the supplied value end in ".dll".
Requirements
Item | Value |
---|---|
com5 | http://schemas.microsoft.com/appx/manifest/com/windows10/5 |
Minimum OS Version | Windows 11 version 21H2 (Build 22000) |