Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.1 KiB

  1. ;// Error codes for IReconcileInitiator, IReconcilableObject, IDifferencing.
  2. ;// Definitions taken from \\ole\slm\src\concord\spec\revcons2.doc.
  3. MessageId=0x1000 Facility=Interface Severity=CoError SymbolicName=REC_E_NOVERSION
  4. Language=English
  5. The requested version is unavailable.
  6. .
  7. MessageId=0x1001 Facility=Interface Severity=Success SymbolicName=REC_E_NOTCOMPLETE
  8. Language=English
  9. The reconciliation is only partially complete.
  10. .
  11. MessageId=0x1002 Facility=Interface Severity=CoError SymbolicName=REC_E_ABORTED
  12. Language=English
  13. Reconciliation aborted via abort callback.
  14. .
  15. MessageId=0x1003 Facility=Interface Severity=CoError SymbolicName=REC_E_NOCALLBACK
  16. Language=English
  17. No callback from the recocniler.
  18. .
  19. MessageId=0x1004 Facility=Interface Severity=CoError SymbolicName=REC_E_NORESIDUES
  20. Language=English
  21. The implementation does not support generation of residues.
  22. .
  23. MessageId=0x1005 Facility=Interface Severity=CoError SymbolicName=REC_E_WRONGOBJECT
  24. Language=English
  25. Callee is not the same version as that which created the difference.
  26. .
  27. MessageId=0x1006 Facility=Interface Severity=CoError SymbolicName=REC_E_TOODIFFERENT
  28. Language=English
  29. The document versions are too dissimilar to reconcile.
  30. .
  31. ;// Following so reconcile initiators can implement propagation dampening.
  32. MessageId=0x1007 Facility=Interface Severity=CoError SymbolicName=REC_S_OBJECTSIDENTICAL
  33. Language=English
  34. The objects are identical - i.e. further reconciliation would not result in any changes to either object.
  35. .
  36. ;// Following not defined in revcons2.doc, but defined by Chicago briefcase.
  37. ;// BUGBUG - MessageId/Facility are most likely incorrect.
  38. MessageId= Facility=Interface Severity=CoError SymbolicName=REC_E_INEEDTODOTHEUPDATES
  39. Language=English
  40. The destination needs to be changed
  41. .
  42. MessageId= Facility=Interface Severity=Success SymbolicName=REC_S_IDIDTHEUPDATES
  43. Language=English
  44. The destination needs to be changed
  45. .
  46. MessageId= Facility=Interface Severity=Success SymbolicName=REC_S_NOTCOMPLETEBUTPROPAGATE
  47. Language=English
  48. The destination needs to be changed
  49. .