com:Win32Path (in Package/Extensions)

A path to the 32-bit type library.

Element hierarchy

<Package>

    <Extensions>

         <com:Extension>

              <com:ComInterface>

                   <com:Interface>

                        <com:TypeLib>

                             <com:Version>

                                  <com:Win32Path>

Syntax

<com:Win32Path
    Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, %, ", |, ?, or *.'
    ResourceId = 'An optional integer value.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Path A path to the 32-bit TypeLib relative to the package root. Path must reference a file in the package. A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, %, ", |, ?, or *. Yes
ResourceId The integer at the end of the default value of the Win32Path, separated from the path by a backslash (for example, C:\Foo\Bar\Baz.exe\5). An optional integer value. No

Child elements

None.

Parent elements

Parent element Description
com:Version Version number and additional information about the type library.

Remarks

Note

You must specify both a Win32Path and a Win64Path in the Version.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10 version 1703 (Build 15063)