ICustomFilterInfo Interface

Represents information about a custom filter.

interface ICustomFilterInfo : ISyncFilterInfo

Members

ICustomFilterInfo method Description

ICustomFilterInfo::GetSyncFilter

Gets the ISyncFilter interface that represents the custom filter.

Remarks

To obtain an ICustomFilterInfo object, call IProviderCustomFilteredSyncServices::CreateCustomFilterInfo.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components