IFeedBuilder::Save
Saves the feed to a stream.
HRESULT Save(
IStream * pFeedStream);
Parameters
- pFeedStream
[in] The stream to receive the feed.
Return Value
S_OK.
E_OUTOFMEMORY.
STG_E_ACCESSDENIED when Sync Framework does not have write access to the stream.