Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs the source provider of a filter that is tracked by the destination replica.
HRESULT RequestTrackedFilter(
ISyncFilter * pFilter);
Parameters
- pFilter
[in] A filter that is tracked by the destination replica.
Return Value
S_OK.
Source-provider-determined error codes.
Remarks
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.