Udostępnij za pośrednictwem


ISyncFullEnumerationChange::GetLearnedForgottenKnowledge

Gets the forgotten knowledge that the destination replica learns when the destination provider applies this change 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 this change during recovery synchronization.

Return Value

  • S_OK.

  • S_FALSE when this object does not contain source forgotten knowledge. In this case, ppLearnedForgottenKnowledge will return NULL.

  • E_POINTER.

Remarks

The knowledge returned in ppLearnedForgottenKnowledge is the source forgotten knowledge of the change batch projected onto the item that is associated with this change.

See Also

Reference

ISyncFullEnumerationChange Interface