Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.