IProviderFilteredSyncServices2 接口
创建由筛选同步的同步提供程序使用的其他对象。可以创建空对象和使用序列化数据初始化的对象。
语法
interface IProviderFilteredSyncServices2 : IProviderFilteredSyncServices
成员
IProviderFilteredSyncServices2 方法 |
说明 |
---|---|
IProviderFilteredSyncServices2::CreateFilteredFullEnumerationChangeBatch |
创建一个 ISyncFullEnumerationChangeBatch 对象,该对象仅包含由指定的筛选器传递的变更。 |
注释
通过将 CLSID_SyncServices 和 IID_IProviderFilteredSyncServices2 传递给 CoCreateInstance 函数,可以获取 IProviderFilteredSyncServices2 对象。必须通过在调用任何其他方法之前调用 IProviderSyncServices::Initialize 来初始化该对象。
要求
**头文件:**Synchronization.h