IEndpointState::LoadFromFeed

Loads the endpoint state from the specified FeedSync feed.


HRESULT LoadFromFeed(
  IStream * pFeedStream,
  IFeedIdConverter * pIdConverter);

pFeedStream

[in] The FeedSync stream that contains the endpoint state to load.

pIdConverter

[in] The converter that is used to convert IDs in the FeedSync feed to the format expected by the provider.

  • S_OK

  • E_POINTER

  • E_OUTOFMEMORY

Show: