mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21218 lines
1.4 MiB
21218 lines
1.4 MiB
<?xml version="1.0" encoding="UTF-16"?>
|
|
<!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
|
|
|
|
<DCARRIER
|
|
CarrierRevision="1"
|
|
DTDRevision="16"
|
|
>
|
|
<TASKS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </TASKS>
|
|
|
|
<PLATFORMS
|
|
Context="1"
|
|
> </PLATFORMS>
|
|
|
|
<REPOSITORIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </REPOSITORIES>
|
|
|
|
<GROUPS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </GROUPS>
|
|
|
|
<COMPONENTS
|
|
Context="0"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<COMPONENT
|
|
ComponentVSGUID="{02D5EC3C-7717-4AB6-B235-394942DF85F8}"
|
|
ComponentVIGUID="{061AB9C1-9BBD-425E-89BC-D55FF69BF330}"
|
|
Revision="620"
|
|
RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
|
|
Visibility="200"
|
|
MultiInstance="False"
|
|
Released="False"
|
|
Editable="True"
|
|
HTMLFinal="False"
|
|
IsMacro="False"
|
|
Opaque="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<HELPCONTEXT
|
|
src=".\componentobjectmodel.htm"
|
|
><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML DIR="LTR"><HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Component Object Model Component Description</TITLE>
|
|
<STYLE TYPE="text/css">
|
|
<!--
|
|
BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
|
|
P { font: normal 8pt Tahoma; }
|
|
.showhide { color: blue; text-decoration: underline; cursor: hand; }
|
|
.callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
|
|
.code { font: normal 8pt Courier New; }
|
|
UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
|
|
OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
|
|
H3 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
|
|
H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
|
|
H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
|
|
H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
|
|
TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
|
|
THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CODE { font-family: Courier New; }
|
|
TT { font-family: Courier New; }
|
|
KBD { font-family: Courier New; font-weight: bold; }
|
|
VAR { font-family: Courier New; font-style: italic; }
|
|
EM { font-style: italic; }
|
|
I { font-style: italic; }
|
|
STRONG { font-weight: bold; }
|
|
B { font-weight: bold; }
|
|
-->
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY TOPMARGIN="0">
|
|
|
|
|
|
<P>Component Object Model (COM) provides a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents) and ActiveX (Internet-enabled components) technologies, as well as other technologies. COM objects can be created with a variety of programming languages. Object-oriented languages, such as C++, provide programming mechanisms that simplify the implementation of COM objects. These objects can be within a single process, in other processes, or on remote machines. COM is a programming model and a set of APIs, and does not include a dedicated user interface.</P>
|
|
|
|
<H3>Component Configuration</H3>
|
|
|
|
<P>There are no configuration requirements for this component.</P>
|
|
|
|
<H3>Special Notes</H3>
|
|
|
|
<P>COM is designed primarily for C++ and Microsoft Visual Basic developers. COM runs on a wide variety of operating systems. </P>
|
|
|
|
<H3>For More Information</H3>
|
|
|
|
<P>For more information about this component, see this <A HREF="http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/cossdk/complusportal_9o9x.htm ">Microsoft Web site</A>.</P>
|
|
|
|
</BODY>
|
|
</HTML>
|
|
]]></HELPCONTEXT>
|
|
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </PROPERTIES>
|
|
|
|
<RESOURCES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000300-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000300-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>StdOleLink</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000300-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000300-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>FileMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ItemMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000305-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000305-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>AntiMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000305-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000305-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000306-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000306-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>PointerMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000306-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000306-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000308-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000308-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>PackagerMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000308-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000308-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000309-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000309-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>CompositeMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000309-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000309-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000030B-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000030B-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DfMarshal</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000030B-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000030B-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}\InProcServer32""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME></DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs","ole32""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","USERENV.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>USERENV.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'USERENV.dll'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>dcomss\olescm\launch.cxx
|
|
_hUserEnv = LoadLibrary(L"userenv.dll");</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","Secur32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Secur32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'Secur32.dll'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>dcomss\objex\shrmem\dcom95\objex.cxx
|
|
hinstSecur32 = LoadLibraryT(SECUR32_DLL);</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs","olethk32""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>olethk32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>olethk32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dllhost.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dllhost.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","OLEAUT32.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>OLEAUT32.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'OLEAUT32.DLL'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>class\compobj.cxx
|
|
g_hOleAut32 = LoadLibraryA("oleaut32.dll");</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","MPR.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>MPR.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'MPR.DLL'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>common\dynaload.cxx
|
|
DWORD rc = LoadSystemProc("MPR.DLL", WNETGETCONNECTION_NAME,</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","NETAPI32.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>NETAPI32.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'NETAPI32.DLL'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>olescm\net.cxx
|
|
hLib = LoadLibraryT( TEXT("netapi32.dll") );</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","SHELL32.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>SHELL32.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'SHELL32.DLL'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>ole32\common\dynaload.cxx
|
|
DWORD rc = LoadSystemProc("SHELL32.DLL", EXTRACTICON_NAME,</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","crypt32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>crypt32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'crypt32.dll'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>dcomrem\security.cxx</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole","DefaultLaunchPermission""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DefaultLaunchPermission</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Binary"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>01000480B4000000D000000000000000140000000200A00005000000000018000100000001010000000000051200000000000000000018000100000001010000000000050400000000000000000018000100000001020000000000052000000020020000000024000100000001050000000000051500000078006D1F93E36248828BA628E9030000000024000100000001050000000000051500000078006D1F93E36248828BA628EA0300000000000000000000010500000000000515000000A05F841F5E2E6B49CE120303F4010000010500000000000515000000A05F841F5E2E6B49CE120303F4010000</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole","EnableDCOM""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>EnableDCOM</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Y</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Component Categories""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Component Categories</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","URLMON.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>URLMON.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'URLMON.DLL'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>ole32\cs\csadmin\detect\cabfile.cxx
|
|
hDll = LoadLibraryEx("URLMON.DLL", NULL, LOAD_WITH_ALTERED_SEARCH_PATH);</DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","iprop.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>iprop.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IUnknown</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClassFactory</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000002-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000002-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IMalloc</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000002-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000002-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000003-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000003-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IMarshal</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000003-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000003-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000004-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000004-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcChannel</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000004-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000004-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000005-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000005-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcStub</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000005-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000005-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000007-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000007-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcProxy</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000007-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000007-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000009-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000009-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPSFactory</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000009-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000009-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ILockBytes</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000a-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IStorage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>18</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000b-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IStream</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>14</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000c-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumSTATSTG</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000d-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IBindCtx</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>13</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000e-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000109-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>23</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000000f-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRunningObjectTable</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000010-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRootStorage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000012-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000016-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000016-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IMessageFilter</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000016-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000016-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>6</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000018-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000018-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IStdMarshalInfo</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000018-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000018-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000019-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000019-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IExternalConnection</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000019-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000019-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumUnknown</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000100-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumString</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000101-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000102-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumFORMATETC</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000103-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumOLEVERB</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000104-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPersistStream</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000010C-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000109-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPersistStorage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000010C-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPersistFile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000010c-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010b-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPersist</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010c-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IViewObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010d-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDataObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>12</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IAdviseSink</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000110-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000110-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDataAdviseHolder</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000110-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000110-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000111-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000111-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleAdviseHolder</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000111-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000111-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>24</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleInPlaceObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000114-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000113-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleWindow</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000114-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleInPlaceUIWindow</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000114-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000115-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleInPlaceFrame</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>15</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000116-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleInPlaceActiveObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000114-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000117-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleClientSite</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleInPlaceSite</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000114-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>15</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000119-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IParseDisplayName</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011a-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleContainer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000011a-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>6</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011b-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleItemContainer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000011b-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011c-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleLink</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>14</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011d-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleCache</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000011e-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000121-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000121-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDropSource</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000121-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000121-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDropTarget</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000122-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000124-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000124-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDebugStream</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000124-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000124-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>19</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IAdviseSink2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000010f-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>9</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000125-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRunnableObject</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000126-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IViewObject2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000010d-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000127-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleCache2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0000011e-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000128-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOleCacheControl</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000129-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IContinue</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000012A-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000131-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000131-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRemUnknown</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000131-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000131-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000132-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000132-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ILocalSystemActivator</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000132-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000132-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000133-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000133-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IOSCM</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000133-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000133-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000134-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000134-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRundown</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000134-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000134-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000135-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000135-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IInterfaceFromWindowProp</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000135-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000135-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000136-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000136-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ISCMLocalActivator</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000136-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000136-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000137-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000137-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IObjClient</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000137-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000137-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000138-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000138-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPropertyStorage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000138-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000138-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000139-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000139-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumSTATPROPSTG</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000139-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000139-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000013A-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000013A-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPropertySetStorage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000013A-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000013A-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000013B-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000013B-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumSTATPROPSETSTG</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0000013B-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0000013B-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClassActivator</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000140-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000141-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000141-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDLLHost</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000141-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000141-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000142-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000142-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRemoteQI</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000142-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000142-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000143-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000143-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRemUnknown2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000143-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000143-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000190-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000190-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClassAccess</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000190-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000190-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000191-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000191-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClassAdmin</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000191-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000191-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000192-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000192-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClassRefresh</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000192-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000192-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000193-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000193-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumNamePackage</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000193-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000193-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000194-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000194-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumNameClass</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000194-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000194-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDispatch</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020420-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020420-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ITypeInfo</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>22</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020422-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020422-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ITypeLib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>13</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020423-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020402-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020423-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ITypeComp</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020425-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020403-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020425-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumVARIANT</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020421-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020421-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020405-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020405-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ICreateTypeInfo</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020405-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020405-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>26</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020406-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020406-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ICreateTypeLib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00020406-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00020406-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>13</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ISequentialStream</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IDocfileAsyncConnectionPoint</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{4a8df970-8d9a-11cf-8827-00aa00b569f5}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPrivSyncMgrSynchronizeInvoke</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{6295DF2E-35EE-11D1-8707-00C04FD93327}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{6295DF2E-35EE-11d1-8707-00C04FD93327}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IFillLockBytes</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{99caf010-415e-11cf-8814-00aa00b569f5}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IProgressNotify</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{a9d758a0-4617-11cf-95fc-00aa00680db4}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IConnectionPointContainer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{B196B286-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumConnectionPoints</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{B196B286-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IConnectionPoint</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{B196B286-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumConnections</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{B196B286-BAB4-101A-B69C-00AA00341D07}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\BaseInterface","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\BaseInterface</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020400-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\NumMethod","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\NumMethod</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>6</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>_DVBScript</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00020420-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\TypeLib","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D2A2F5F2-EBA6-11CD-AF37-02608CA1D0B7}\TypeLib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{D2A2F5F0-EBA6-11CD-AF37-02608CA1D0B7}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F569D0-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F569D0-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPSFactoryBuffer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F569D0-593B-101A-B569-08002B2DBF7A}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F569D0-593B-101A-B569-08002B2DBF7A}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56A34-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56A34-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcProxyBuffer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56A34-593B-101A-B569-08002B2DBF7A}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56A34-593B-101A-B569-08002B2DBF7A}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>5</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56AFC-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56AFC-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcStubBuffer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56AFC-593B-101A-B569-08002B2DBF7A}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56AFC-593B-101A-B569-08002B2DBF7A}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>10</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56B60-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56B60-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IRpcChannelBuffer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{D5F56B60-593B-101A-B569-08002B2DBF7A}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{D5F56B60-593B-101A-B569-08002B2DBF7A}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{de2eacd0-9c9d-11cf-882a-00aa00b569f5}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{de2eacd0-9c9d-11cf-882a-00aa00b569f5}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IFIllInfo</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{de2eacd0-9c9d-11cf-882a-00aa00b569f5}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{de2eacd0-9c9d-11cf-882a-00aa00b569f5}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ISupportErrorInfo</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\ProxyStubClsid","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\ProxyStubClsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{DF0B3D60-548F-101B-8E65-08002B2BD119}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{DF0B3D60-548F-101B-8E65-08002B2BD119}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{DF0B3D60-548F-101B-8E65-08002B2BD119}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{F4F569D0-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{F4F569D0-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IServerHandler</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{F4F569D0-593B-101A-B569-08002B2DBF7A}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{F4F569D0-593B-101A-B569-08002B2DBF7A}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{F4F569D1-593B-101A-B569-08002B2DBF7A}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{F4F569D1-593B-101A-B569-08002B2DBF7A}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IClientSiteHandler</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{F4F569D1-593B-101A-B569-08002B2DBF7A}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{F4F569D1-593B-101A-B569-08002B2DBF7A}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IEnumSTATDATA</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}\NumMethods","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}\NumMethods</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}\ProxyStubClsid32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\Interface\{00000105-0000-0000-C000-000000000046}\ProxyStubClsid32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\ProgID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\ProgID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>file</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture (Metafile)</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\AuxUserType""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\AuxUserType</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\AuxUserType\2","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\AuxUserType\2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion\Readable""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion\Readable</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion\Readable\Main","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\Conversion\Readable\Main</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3,MSDraw</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\DefaultFile","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\DefaultFile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\GetSet""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\GetSet</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\GetSet\0","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\DataFormats\GetSet\0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3,1,32,3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\MiscStatus","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\MiscStatus</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>536</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\ProgID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000315-0000-0000-C000-000000000046}\ProgID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>StaticMetafile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture (Device Independent Bitmap)</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\AuxUserType""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\AuxUserType</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\AuxUserType\2","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\AuxUserType\2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion\Readable""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion\Readable</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion\Readable\Main","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\Conversion\Readable\Main</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8,PBrush</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\DefaultFile","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\DefaultFile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\GetSet""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\GetSet</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\GetSet\0","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\DataFormats\GetSet\0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>8,1,1,3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\MiscStatus","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\MiscStatus</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>536</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\ProgID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000316-0000-0000-C000-000000000046}\ProgID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>StaticDib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture (Enhanced Metafile)</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\AuxUserType""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\AuxUserType</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\AuxUserType\2","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\AuxUserType\2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Picture</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion\Readable""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion\Readable</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion\Readable\Main","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\Conversion\Readable\Main</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\DefaultFile","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\DefaultFile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>14</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\GetSet""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\GetSet</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\GetSet\0","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\DataFormats\GetSet\0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>14,1,64,3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\MiscStatus","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\MiscStatus</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>536</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\ProgID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000319-0000-0000-C000-000000000046}\ProgID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>StaticEnhancedMetafile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ClassMoniker</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\ProgID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\ProgID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>clsid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DCOMAccessControl</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}\InProcServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{0000031D-0000-0000-C000-000000000046}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>PSFactoryBuffer</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\ole32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ThreadingModel</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Both</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ole32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>Dependency upon 'ole32.dll'</DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
</RESOURCES>
|
|
|
|
<GROUPMEMBERS
|
|
>
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
|
|
></GROUPMEMBER>
|
|
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{9DE3EFEF-372D-4DF2-B20D-D9F1CD9F9965}"
|
|
></GROUPMEMBER>
|
|
</GROUPMEMBERS>
|
|
|
|
<DEPENDENCIES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<DEPENDENCY
|
|
Class="Before"
|
|
Type="All"
|
|
DependOnGUID="{BD84A480-6BA5-4862-A4A6-363604752360}"
|
|
MinRevision="0"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </PROPERTIES>
|
|
|
|
<DISPLAYNAME>Build RPC Server before COM Base</DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</DEPENDENCY>
|
|
</DEPENDENCIES>
|
|
|
|
<DISPLAYNAME>COM Base</DISPLAYNAME>
|
|
|
|
<VERSION>1.0</VERSION>
|
|
|
|
<DESCRIPTION>COM Base (DCOM and OLE)</DESCRIPTION>
|
|
|
|
<COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
|
|
|
|
<VENDOR>Microsoft Corp.</VENDOR>
|
|
|
|
<OWNERS>rojacobs</OWNERS>
|
|
|
|
<AUTHORS>rojacobs</AUTHORS>
|
|
|
|
<DATECREATED>8/28/2000</DATECREATED>
|
|
|
|
<DATEREVISED>10/17/2001 10:11:34 PM</DATEREVISED>
|
|
</COMPONENT>
|
|
|
|
<COMPONENT
|
|
ComponentVSGUID="{E1FAE77F-ED50-4072-853D-0984335D95E1}"
|
|
ComponentVIGUID="{DC28F882-9420-406C-99CA-6B2E37AE6C9D}"
|
|
Revision="620"
|
|
RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
|
|
Visibility="200"
|
|
MultiInstance="False"
|
|
Released="False"
|
|
Editable="False"
|
|
HTMLFinal="False"
|
|
IsMacro="False"
|
|
Opaque="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </PROPERTIES>
|
|
|
|
<RESOURCES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<RESOURCE
|
|
Name="File(819):"%11%","olethk32.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>olethk32.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
</RESOURCES>
|
|
|
|
<GROUPMEMBERS
|
|
>
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{9DE3EFEF-372D-4DF2-B20D-D9F1CD9F9965}"
|
|
></GROUPMEMBER>
|
|
</GROUPMEMBERS>
|
|
|
|
<DEPENDENCIES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
> </DEPENDENCIES>
|
|
|
|
<DISPLAYNAME>Legacy COM Support Library (16 Bit)</DISPLAYNAME>
|
|
|
|
<VERSION>1.0</VERSION>
|
|
|
|
<DESCRIPTION>Legacy COM Support Library (16 Bit)</DESCRIPTION>
|
|
|
|
<DATECREATED>9/22/2001 6:14:32 PM</DATECREATED>
|
|
|
|
<DATEREVISED>10/18/2001 5:42:00 PM</DATEREVISED>
|
|
</COMPONENT>
|
|
</COMPONENTS>
|
|
|
|
<RESTYPES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </RESTYPES>
|
|
</DCARRIER>
|