IFeedSyncServices::GetFeedMetadata
Gets an IFeedItemMetadata object that contains the metadata of the loaded feed.
HRESULT GetFeedMetadata(
IFeedMetadata ** ppFeedMetadata);
Parameters
- ppFeedMetadata
[out] Returns an object that contains the metadata of the loaded feed.
Return Value
S_OK
E_INVALIDARG
SYNC_E_INVALID_OPERATION if IFeedSyncServices::Initialize was not called, or if a feed was not loaded by using IFeedSyncServices::LoadFeed.