IRequestFilteredSync Interface
When implemented by a derived class, represents a destination provider that can specify a filter to be used by the source provider during change enumeration.
interface IRequestFilteredSync : IUnknown
Parameters
IRequestFilteredSync method | Description |
---|---|
Negotiates which filter is used by the source provider during change enumeration. |
Remarks
Typically, IRequestFilteredSync is implemented by a destination provider.
Requirements
Header: Synchronization.h
See Also
Reference
ISupportFilteredSync Interface
IFilterRequestCallback Interface