IFilterKeyMap Interface

Represents a mapping between filter keys and ISyncFilter objects.

Syntax

interface IFilterKeyMap : IUnknown

Members

IFilterKeyMap method

Description

IFilterKeyMap::GetCount

Gets the number of filters in the map.

IFilterKeyMap::AddFilter

Adds a filter to the map.

IFilterKeyMap::GetFilter

Looks up the specified filter.

IFilterKeyMap::Serialize

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

See Also

Concepts

Sync Framework Core Components