IFilterTrackingProvider::AddTrackedFilter
When overridden in a derived class, informs the source provider which filters are tracked by the destination replica.
Syntax
HRESULT AddTrackedFilter(
ISyncFilter * pFilter);
Parameters
- pFilter
[in] A filter that is tracked by the destination replica.
Return Value
S_OK.
Provider-determined error codes.
Remarks
Sync Framework calls AddTrackedFilter on the source provider one time for each filter that is tracked by the destination replica.