ISocialProvider::Load

Applies to: Office 2007 | Outlook 2010 | SharePoint Server 2010

Initializes the OSC provider.

HRESULT _stdcall Load([in] BSTR socialProviderInterfaceVersion, [in] BSTR languageTag);

Parameters

  • socialProviderInterfaceVersion
    [in] The version of the OSC provider interfaces expected by the OSC.

  • languageTag
    [in] The Internet Engineering Task Force (IETF) language tag, defined by [RFC4646] and [RFC4647], that represents the current Outlook user-interface language.

Remarks

The version format for the socialProviderInterfaceVersion parameter is X.xxxx, where X is the major version and xxxx is the minor version of the OSC. For OSC 1.1, the major version is 1 and the minor version is a value greater than or equal to 5113.

See Also

Reference

ISocialProvider : IUnknown