ISupportFilteredSync interface (winsync.h)
When implemented by a derived class, represents a source provider that supports filtered change enumeration, and that can negotiate the type of filter that is used.
Inheritance
The ISupportFilteredSync interface inherits from the IUnknown interface. ISupportFilteredSync also has these types of members:
Methods
The ISupportFilteredSync interface has these methods.
ISupportFilteredSync::AddFilter Sets the filter that is used for change enumeration by the source provider, when implemented by a derived class. |
Remarks
ISupportFilteredSync is typically implemented by a source 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
IFilterRequestCallback Interface