Share via


ISyncFullEnumerationChangeBatch::GetLearnedKnowledgeAfterRecoveryComplete

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

Syntax

HRESULT GetLearnedKnowledgeAfterRecoveryComplete(
  ISyncKnowledge ** ppLearnedKnowledgeAfterRecoveryComplete);

Parameters

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

Return Value

  • S_OK.

  • E_POINTER.

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

See Also

Reference

ISyncFullEnumerationChangeBatch Interface