Share via


Service Provider Registry Settings

The following table shows the registry values for the HKEY_CLASSES_ROOT\CLSID\{83D4679E-B6D7-11D2-BF36-00C04FB90A03}\InprocServer32 key. These values are set by the operating system developers should not be modified by application developers using the Registry Editor.

Note   The default registry values vary depending on which features are included in your platform. For more information, see Default Registry Settings.

Value : type Description
@ : REG_SZ Contains the name of the service provider DLL that will be loaded. Defaults to Rtcimsp.dll. The path is not required.

The following table shows the registry values for the HKEY_CURRENT_USER\Software\Microsoft\MessengerService\ServiceProviders\{83D4679E-B6D7-11D2-BF36-00C04FB90A03} key.

Value : type Description
Enabled : REG_DWORD Default setting is 1. This value can be either 0 or 1. If set to 1, the service provider DLL will be enabled. If set to 0, it will be disabled.

The following table shows the registry values for the HKEY_CURRENT_USER\Software\Microsoft\RTCIMSP key.

Value : type Description
Configuration Mode : REG_DWORD Default setting is 1. This value can be set to either 0 or 1. If set to 1, the configuration mode is set to manual. If set to 0, it is set to automatic.
ServerAddress : REG_SZ Contains the FQDN, NETBIOS, or IP address of the proxy server. You can specify a port by appending a colon.

Examples:

172.31.94.151

1811:

Transport : REG_DWORD Default setting is 4. Specifies the transport service identifier. The following values are valid:

0x00000001 - UDP

0x00000002 - TCP

0x00000004 – TLS

The following table shows the registry values for the HKEY_CLASSES_ROOT\CLSID\{F3A614DC-ABE0-11d2-A441-00C04F795683} key.

Value : type Description
\LocalServer32\@ : REG_SZ Defaults to "msmsgs.exe." Contains the name of the service provider DLL that will be loaded. The path is not required.
\ProgID\@ : REG_SZ Specifies the ProgID. Defaults to Messenger.MsgrObject.1.
\VersionIndependenProgID\@ : REG_SZ Defaults to Messenger.MsgrObject. The values associated with this key associate a ProgID with a CLSID. Used to determine the latest version of an object application.
\TypeLib\@ Provides the CLSID for the type library. Defaults to {218CB45F-20B6-11d2-8E17-0000F803A446}.

The following table shows the registry values for the HKEY_CLASSES_ROOT\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541} key.

Value : type Description
@ : REG_SZ Specifies the messenger application. Defaults to "MSN Messenger Application."
\LocalServer32\@ : REG_SZ Defaults to "msmsgs.exe." Contains the name of the service provider DLL that will be loaded. The path is not required.
\ProgID\@ : REG_SZ Specifies the ProgID. Defaults to Messenger.MessengerApp.1.
\TypeLib Provides the CLSID for the type library. Defaults to {218CB45F-20B6-11d2-8E17-0000F803A446}.

See Also

Windows Messenger Registry Settings

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.