IRequestFilteredSync Interface

When implemented by a derived class, represents a destination provider that can specify a filter to be used by the source provider during change enumeration.

Syntax

interface IRequestFilteredSync : IUnknown

Parameters

IRequestFilteredSync method

Description

IRequestFilteredSync::SpecifyFilter

Negotiates which filter is used by the source provider during change enumeration.

Remarks

Typically, IRequestFilteredSync is implemented by a destination provider.

Requirements

Header: Synchronization.h

See Also

Reference

ISupportFilteredSync Interface

IFilterRequestCallback Interface

Concepts

Sync Framework Core Components