Source code of Windows XP (NT5)
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.

54 lines
1.7 KiB

  1. ;//
  2. ;// Codes 0x0e00-0x0f9f are reserved for the SYSMGMT control panel
  3. ;// interfaces.
  4. ;//
  5. ;// The following ranges are to prevent slm merge collisions during the initial
  6. ;// error code checkins. These ranges will be revised when we have a better
  7. ;// idea of the actual number of error codes for each component.
  8. MessageId=0x0e00 Facility=Windows Severity=CoError SymbolicName=CPANEL_E_NOTTARGETED
  9. Language=English
  10. This control panel does not target the required type of profile.
  11. .
  12. MessageId=0x0e01 Facility=Windows Severity=CoError SymbolicName=CPANEL_E_DROPDATAREAD
  13. Language=English
  14. The profile data dropped on a control panel cannot be read. The data
  15. is either corrupt or was not read back properly by a controller that wrote
  16. part of the data.
  17. .
  18. MessageId=0x0e02 Facility=Windows Severity=CoError SymbolicName=CPANEL_E_LOCALONLY
  19. Language=English
  20. A controller that can only operate on the local machine was asked to operate
  21. on a remote machine.
  22. .
  23. ;//
  24. ;// Codes 0x1200-0x14ff are reserved for the SYSMGMT project in general
  25. ;// interfaces.
  26. ;//
  27. ;// INSTRUM error codes below here (Starts at 0x1200)
  28. ;// INSTRUM error codes above here
  29. ;// SWM error codes below here (Starts at 0x1300)
  30. MessageId=0x1300 Facility=Windows Severity=CoError SymbolicName=SWM_E_INVALIDPDF
  31. Language=English
  32. The file is not a valid PDF.
  33. .
  34. MessageId=0x1301 Facility=Windows Severity=CoError SymbolicName=SWM_E_INVALIDPDFVERSION
  35. Language=English
  36. Software Management does not support this version of the PDF.
  37. .
  38. MessageId=0x1302 Facility=Windows Severity=CoError SymbolicName=SWM_E_INTERNALERROR
  39. Language=English
  40. An internal error has occurred in Software Management.
  41. .
  42. ;// SWM error codes above here
  43. ;// USER error codes below here (Starts at 0x1400)
  44. ;// USER error codes above here