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.
- pCallback
[in] The IFeedIdConverterCallback::ConvertStringToReplicaIdComplete method of this object is called to return the converted replica ID.
Return Value
S_OK
User-defined error codes