ISyncChangeBatchWithPrerequisite::GetLearnedForgottenKnowledge
Gets the forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.
HRESULT GetLearnedForgottenKnowledge(
IForgottenKnowledge ** ppLearnedForgottenKnowledge);
Parameters
Term |
Definition |
ppLearnedForgottenKnowledge |
[out] Returns the forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization. |
Return Value
S_OK.
E_POINTER.
SYNC_E_INVALID_OPERATION when the change batch object is not an ISyncFullEnumerationChangeBatch object.
Remarks
The knowledge returned in ppLearnedForgottenKnowledge is the source forgotten knowledge of the change batch projected onto the range contained in the change batch.