ISyncFilterInfo interface (winsync.h)

Represents information about a filter that is used to control the data that is included in an ISyncChangeBatch object.

Inheritance

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

Methods

The ISyncFilterInfo interface has these methods.

 
ISyncFilterInfo::Serialize

Serializes the filter data to an array of bytes.

Remarks

If a provider filters the contents of a change batch that it creates, it must create a filtered ISyncChangeBatch object. The filtered change batch object contains an ISyncFilterInfo object that describes how the contents of the change batch were filtered.

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

ISyncChangeBatch Interface

Windows Sync Interfaces