IFeedIdConverterCallback::ConvertReplicaIdToStringComplete

Called by IFeedIdConverter::ConvertReplicaIdToString to return the replica ID in the FeedSync format.


HRESULT ConvertReplicaIdToStringComplete(
  LPCWSTR wszReplicaId);

wszReplicaId

[in] The replica ID in the FeedSync format.

  • S_OK

  • E_POINTER

  • SYNC_E_INVALIDOPERATION when this method is called more than one time from IFeedIdConverter::ConvertReplicaIdToString.

  • E_OUTOFMEMORY

Show: