Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Framework calls this method when a FeedSync item history does not contain a by value.