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.
Creates an IFeedBuilder object. This object can be used to save changes and conflicts to the loaded feed.
HRESULT CreateFeedBuilder(
IFeedBuilder ** ppFeedBuilder);
Parameters
- ppFeedBuilder
[out] The newly created feed builder object.
Return Value
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION if IFeedSyncServices::Initialize was not called, or if a feed was not loaded by using IFeedSyncServices::LoadFeed.
Remarks
The returned IFeedBuilder object helps a synchronization provider apply changes and save conflicts to the feed. For example, IFeedBuilder::SaveChange can be called from the ISynchronousNotifyingChangeApplierTarget::SaveChange method of the provider.