IFeedIdConverter::ConvertStringToReplicaId

When implemented by a derived class, converts a replica ID from the FeedSync format to the provider format.


HRESULT ConvertStringToReplicaId(
  LPCWSTR wszStringId, 
  IFeedIdConverterCallback * pCallback);

wszStringId

[in] The replica ID in the FeedSync format.

pCallback

[in] The IFeedIdConverterCallback::ConvertStringToReplicaIdComplete method of this object is called to return the converted replica ID.

  • S_OK

  • User-defined error codes

Show: