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.

16 lines
915 B

  1. // Error messages
  2. #define SVERROR_BASE 20000
  3. #define SVERR_InitNew SVERROR_BASE + 0
  4. #define SVERR_CoCreateInstance SVERROR_BASE + 1
  5. #define SVERR_NoUID SVERROR_BASE + 2
  6. #define SVERR_SetEntry SVERROR_BASE + 3
  7. #define SVERR_DatabaseSave SVERROR_BASE + 4
  8. #define SVERR_IPSTGSave SVERROR_BASE + 5
  9. #define SVERR_IPSTMSave SVERROR_BASE + 6
  10. #define SVERR_ClassFactory SVERROR_BASE + 7
  11. #define SVERR_CreateInstance SVERROR_BASE + 8
  12. // Status messages
  13. #define SVSTATUS_BASE 21000
  14. #define SV_StatusMessage SVSTATUS_BASE + 0
  15. #define SV_BuildComplete SVSTATUS_BASE + 1