ILoggedConflict::GetMadeWithKnowledge

Gets the made-with knowledge for this change.


HRESULT GetMadeWithKnowledge(
  ISyncKnowledge ** ppMadeWithKnowledge);

ppMadeWithKnowledge

[out] Returns the made-with knowledge for this change. The made-with knowledge for a change is typically the knowledge that the source replica had when this change was made.

  • S_OK.

  • E_NOTIMPL when this item does not contain made-with knowledge.

  • E_POINTER.

Show: