1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01083007"><META NAME="lcid" CONTENT="1033"><title>Service Registry Settings</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>Service Registry Settings</h1><p>Service information appears under the following registry subkey:</p><p> <b class="bterm">HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\Research\Sources\{Provider}</b></p><p>For each service, a subkey appears under the appropriate <b class="bterm">Provider</b> subkey. A provider can provide multiple services. The name of each service subkey is the globally unique identifier (GUID) that uniquely identifies the service. Each service subkey has the entries and values shown in the following table.</p><p><b>Note</b> The "Default value" column indicates the value used for this setting if the setting is missing or corrupt. The "Equivalent Registration parameter?" column indicates whether this registry setting has an equivalent XML parameter in the <b class="bterm">Microsoft.Search.Registration.Response</b> namespace.</p><table><tr><th>Entry name</th><th>Value type</th><th>Value data</th><th>Required?</th><th>Default value</th><th>Equivalent Registration parameter?</th></tr><tr><td><b class="bterm">AboutPath</b></td><td>String</td><td>URL that points to a description of the service.</td><td>No</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">CategoryID</b></td><td>DWORD</td><td>Category under which the source is listed in the user interface. This is an index into the list of built-in categories.
For possible values, see <a href="rsregServiceCategories.htm" id="HV01083008" lcid=" ">Service Categories</a>.</td><td>Yes</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">Description</b></td><td>String</td><td>Short description of the service.</td><td>No</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">Display</b></td><td>String</td><td>Values include:
<ul><li>On. The provider wants this service turned on in the user interface.
</li><li>Off. The provider wants this service turned off in the user interface.</li><li>Hidden. The service does not show up in the <b class="bterm">Research</b> task pane user interface. This means that only an internal process can use the service, as there is no external way to call it.</li></ul>
</td><td>No</td><td>Off</td><td>Yes</td></tr><tr><td><b class="bterm">OptionsPath</b></td><td>String</td><td>URL that points to the user interface to change the service's settings.</td><td>No</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">Parental</b></td><td>String</td><td>Values include:<ul><li>Supported. The service supports parental control (that is, filtering of results to remove potentially offensive content).</li><li>Unsupported. The service does not support parental control.
</li></ul>
</td><td>No</td><td>Unsupported is assumed if absent or set to anything other than Supported.</td><td>Yes</td></tr><tr><td><b class="bterm">PersistData</b></td><td>DWORD</td><td>Internal use only. This value should not be set by a custom research service.</td><td>No</td><td>None</td><td>No</td></tr><tr><td><b class="bterm">ServiceName</b></td><td>String</td><td>Friendly name of the service, for use in the user interface.</td><td>Yes</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">SortOrder</b></td><td>DWORD</td><td>Integer indicating where the service ranks within its category. The lower the number, the higher the ranking. Sources are sorted first by Category (see <a href="rsregServiceCategories.htm" id="HV01083008" lcid=" ">Service Categories</a>), then by SortOrder value, then alphabetically.</td><td>No</td><td>0</td><td>No</td></tr><tr><td><b class="bterm">SourceData</b></td><td>String</td><td>This is an arbitrary BLOB (binary large object) of data, available for use by the developer of a custom service.</td><td>No</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">Status</b></td><td>String</td><td>Internal use only. This entry should be set to
"Enabled." Indicates that the service provider is enabled.
<b class="bterm">Note</b>: Office may temporarily change this value when performing update operations.</td><td>Yes</td><td>None</td><td>No. This is set by Microsoft® Office 2003 automatically when adding a service through the <b class="bterm">Registration</b> interface.</td></tr><tr><td><b class="bterm">TermsOfUse</b></td><td>String</td><td>Copyright string for the service.</td><td>No</td><td>None</td><td>Yes</td></tr><tr><td><b class="bterm">TermsOfUsePath</b></td><td>String</td><td>URL that points to the terms of use.</td><td>No</td><td>None</td><td>Yes</td></tr></table><p><b>Caution</b> A translation service uses some of these settings in a distinctive manner. For more information, see <a href="rsTranslationService.htm" id="HV01082274" lcid=" ">Building a Translation Service</a>.</p><h3>Typical Registry Settings</h3><p>The following screen shot displays typical service registry settings for the Factiva News Search research service, available from the Dow Jones and Reuters provider.</p><img border="0" src="../img/rsimgRegeditService.gif" alt="Typical service registry settings"><p class="ac">Figure 1. Typical service registry settings.</p><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|