Share via


ILoggedConflict::GetMadeWithKnowledge

Gets the made-with knowledge for this change.

Syntax

HRESULT GetMadeWithKnowledge(
  ISyncKnowledge ** ppMadeWithKnowledge);

Parametersn

  • 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.

Return Value

  • S_OK.

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

  • E_POINTER.

See Also

Reference

ILoggedConflict Interface