IFeedIdConverter::GenerateAnonymousReplicaId

When implemented by a derived class, generates an anonymous replica ID for an item that does not contain a by value.


HRESULT GenerateAnonymousReplicaId(
  LPCWSTR wszWhen,
  ULONG ulSequence,
  IFeedIdConverterCallback * pCallback);

wszWhen

[in] The value of the when attribute of the FeedSync item.

ulSequence

[in] The value of the sequence attribute of the FeedSync item.

pCallback

[in] The IFeedIdConverterCallback::GenerateAnonymousReplicaIdComplete method of this object is called to return the generated replica ID.

  • S_OK

  • User-defined error codes

Sync Framework calls this method when a FeedSync item history does not contain a by value.

Show: