Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the knowledge to be saved when this change is a conflict that must be saved.
HRESULT GetConflictKnowledge(
ISyncKnowledge ** ppConflictKnowledge);
Parameters
- ppConflictKnowledge
[out] Returns the knowledge to be saved when this change is a conflict that must be saved.
Return Value
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION when IChangeApplicationContext::GetChangeApplicationAction returned a value other than CAA_SAVE_CONFLICT.
Remarks
The knowledge returned in ppConflictKnowledge must be saved along with the metadata for the conflict.