IFeedIdConverterCallback::ConvertStringToReplicaIdComplete

Called by IFeedIdConverter::ConvertStringToReplicaId to return the replica ID in the provider format.


HRESULT ConvertStringToReplicaIdComplete(
  const BYTE * pbReplicaId);

pbReplicaId

[in] The item ID in the FeedSync format.

  • S_OK

  • E_INVALIDARG

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

Show: