ISyncFullEnumerationChangeBatch::GetLearnedKnowledgeAfterRecoveryComplete

获取在目标副本应用了完全枚举中的所有变更后,它将要了解的知识。

HRESULT GetLearnedKnowledgeAfterRecoveryComplete(
  ISyncKnowledge ** ppLearnedKnowledgeAfterRecoveryComplete);

参数

  • ppLearnedKnowledgeAfterRecoveryComplete
    [out] 返回在目标副本应用了完全枚举中的所有变更后,它将要了解的知识。

返回值

  • S_OK

  • E_POINTER

  • 如果未向批中添加任何组或者组已经打开但尚未结束,则返回值为 SYNC_E_INVALID_OPERATION。

请参阅

参考

ISyncFullEnumerationChangeBatch 接口