ISyncFullEnumerationChangeBatch::GetLearnedKnowledgeAfterRecoveryComplete

Gets the knowledge that the destination replica will learn after it applies all the changes in the recovery synchronization.


HRESULT GetLearnedKnowledgeAfterRecoveryComplete(
  ISyncKnowledge ** ppLearnedKnowledgeAfterRecoveryComplete);

ppLearnedKnowledgeAfterRecoveryComplete

[out] Returns the knowledge that the destination replica will learn after it applies all the changes in the recovery synchronization.

  • S_OK.

  • E_POINTER.

  • SYNC_E_INVALID_OPERATION when no group was added to the batch or a group was opened but not ended.

Show: