IRequestFilteredSync interface (winsync.h)

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.

Inheritance

The IRequestFilteredSync interface inherits from the IUnknown interface. IRequestFilteredSync also has these types of members:

Methods

The IRequestFilteredSync interface has these methods.

 
IRequestFilteredSync::SpecifyFilter

When implemented by a derived class, negotiates which filter is used by the source provider during change enumeration.

Remarks

Typically, IRequestFilteredSync is implemented by a destination provider.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces