Share via


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);

Parameters

  • wszStringId
    [in] The replica ID in the FeedSync format.

Return Value

  • S_OK

  • User-defined error codes

See Also

Reference

IFeedIdConverter Interface