ISocialProvider::GetCapabilities

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

Gets a string that describes provider capabilities.

HRESULT _stdcall GetCapabilities([out, retval] BSTR* result);

Parameters

  • result
    [out] An XML string that represents the capabilities of an OSC provider.

Remarks

The returned result XML string must comply with the schema definition for the capabilities element, as defined in the XML schema for OSC provider extensibility.

The provider must return a result string to enable subsequent calls from the OSC to the provider to operate correctly.

See Also

Reference

ISocialProvider : IUnknown