ISyncChange::GetMadeWithKnowledge
Gets the made-with knowledge for this change.
HRESULT GetMadeWithKnowledge(
ISyncKnowledge ** ppMadeWithKnowledge);
Parameters
- ppMadeWithKnowledge
[out] Returns the made-with knowledge for this change. The made-with knowledge for a change is typically the knowledge that the replica had when this change was made. This knowledge is only meaningful when the ISyncChange object represents a change from the source provider.
Return Value
S_OK
E_POINTER
SYNC_E_CHANGE_NEEDS_KNOWLEDGE when this item does not contain made-with knowledge.