Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.