IFilterTrackingProvider::SpecifyTrackedFilters
When overridden in a derived class, specifies the filters that are tracked by the destination replica.
HRESULT SpecifyTrackedFilters(
IFilterTrackingRequestCallback * pCallback);
Parameters
- pCallback
[in] An interface that can be called to specify the filters that are tracked by the destination replica.
Return Value
S_OK.
Provider-determined error codes.
Remarks
Sync Framework calls SpecifyTrackedFilters on the destination provider, to determine which filters are tracked by the destination replica. The destination provider must call the IFilterTrackingRequestCallback::RequestTrackedFilter method of pCallback one time for each filter that is tracked by the destination replica. During processing of IFilterTrackingRequestCallback::RequestTrackedFilter, Sync Framework passes the specified filter to the IFilterTrackingProvider::AddTrackedFilter method of the source provider.