IFilterTrackingRequestCallback::RequestTrackedFilter

Informs the source provider of a filter that is tracked by the destination replica.


HRESULT RequestTrackedFilter(
  ISyncFilter * pFilter);

pFilter

[in] A filter that is tracked by the destination replica.

  • S_OK.

  • Source-provider-determined error codes.

A destination provider calls RequestTrackedFilter one time for each filter that is tracked by the destination replica. RequestTrackedFilter passes the specified filter to the IFilterTrackingProvider::AddTrackedFilter method of the source provider. Any errors returned by AddTrackedFilter are passed back to the destination provider.

Show: