Share via


IFeedIdConverter::GenerateAnonymousReplicaId

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

Syntax

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

Parameters

Return Value

  • S_OK

  • User-defined error codes

Remarks

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

See Also

Reference

IFeedIdConverter Interface