Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
When implemented by a derived class, converts a replica ID to the FeedSync format.
Syntax
HRESULT ConvertReplicaIdToString(
const BYTE * pbReplicaId,
IFeedIdConverterCallback * pCallback);
Parameters
pbReplicaId
[in] The replica ID in the provider format.pCallback
[in] The IFeedIdConverterCallback::ConvertReplicaIdToStringComplete method of this object is called to return the converted replica ID.
Return Value
S_OK
User-defined error codes
Notes for Implementers
If pbReplicaId is an anonymous replica ID, this method must pass NULL to IFeedIdConverterCallback::ConvertReplicaIdToStringComplete.