com5:InProcessHandler
Description
Registers an in-process handler with one or many class registrations. This schema introduces some minor changes in syntactic validation from the com4 schema.
Element Hierarchy
<com5:InProcessHandler>
<com5:InProcessHandler>
Syntax
<com5:InProcessHandler Path? = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
>
<!-- Child elements -->
Class
InProcessHandlerDll
ClassReference
</com5:InProcessHandler>
Key
?
optional (zero or one)
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 *. | No |
Child Elements
Element | Description |
---|---|
Class | Defines an in-process handler class registration. |
InProcessHandlerDll | Specifies the path and processor architecture of an in-process handler DLL. |
ClassReference | Specifies the class with which the registered in-process handler is associated and sets registration details. |
Remarks
In a change from com4:InProcessHandler, 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) |