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);
Parameters
- 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.
Return Value
S_OK
User-defined error codes
Remarks
Sync Services for FeedSync calls this method when a FeedSync item history does not contain a by value.