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.

20 lines
514 B

  1. #define WARN_UNKNOWN_WARNING 0
  2. #define WARN_OPTION_IGNORED 1
  3. #define WARN_SBR_TRUNC 2
  4. #define ERR_UNKNOWN_ERROR 0
  5. #define ERR_UNKNOWN_OPTION 1
  6. #define ERR_MISSING_OPTION 2
  7. #define ERR_WRITE_FAILED 3
  8. #define ERR_SEEK_FAILED 4
  9. #define ERR_READ_FAILED 5
  10. #define ERR_OPEN_FAILED 6
  11. #define ERR_TEMP_FAILED 7
  12. #define ERR_DELETE_FAILED 8
  13. #define ERR_OUT_OF_MEMORY 9
  14. #define ERR_SBR_CORRUPT 10
  15. #define ERR_BAD_RESPONSE 11
  16. #define ERR_CAPACITY_EXCEEDED 12
  17. #define ERR_NO_INCREMENTAL 13
  18. #define ERR_ALL_SBR_TRUNC 14