com5:InProcessServer

Description

Registers an in-process server with one or many class registrations.

Element Hierarchy

<Package>

     <Applications>

          <Application>

               <Extensions>

                    <com4:Extension>

                         <com4:ComServer>

                         <com5:InProcessServer>

Syntax

<com5:InProcessServer     Path? = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
>
<!-- Child elements -->
  Class
  InProcessServerDll
  ClassReference
</com5:InProcessServer>

Key

?   optional (zero or one)

Attributes

Attribute Description Data type Required
Path The path to the 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.
InProcessServerDll 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.

Requirements

Item Value
com5 http://schemas.microsoft.com/appx/manifest/com/windows10/5
Minimum OS Version Windows 11 version 21H2 (Build 22000)