IFeedMetadata::GetSharingInformation

Gets the FeedSync sharing information for the feed.


HRESULT GetSharingInformation(
  IFeedSharingInformation ** ppSharingInfo);

ppSharingInfo

[out] Returns the FeedSync sharing information for the feed.

  • S_OK

  • S_FALSE when the sharing element does not exist in the FeedSync feed.

  • E_POINTER

  • E_OUTOFMEMORY

Show: