IFilterKeyMap Interface
Represents a mapping between filter keys and ISyncFilter objects.
interface IFilterKeyMap : IUnknown
Members
IFilterKeyMap method | Description |
---|---|
Gets the number of filters in the map. |
|
Adds a filter to the map. |
|
Looks up the specified filter. |
|
Serializes the filter key map data to a byte array. |
Remarks
To obtain a new IFilterKeyMap object, call IProviderCustomFilteredSyncServices::CreateFilterKeyMap.
A replica that tracks filters must maintain a filter key map that maps all of its tracked filters.
Requirements
Header: Synchronization.h