Share via


IFeedIdConverterCallback::GenerateAnonymousReplicaIdComplete

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

Syntax

HRESULT GenerateAnonymousReplicaIdComplete(
  const BYTE * pbReplicaId);

Parameters

  • pbReplicaId
    [in] The anonymous replica ID in the provider format.

Return Value

  • S_OK

  • E_INVALIDARG

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

See Also

Reference

IFeedIdConverterCallback Interface