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.

57 lines
1.2 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; sdevents.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for Save Dump Utility.
  12. ;
  13. ;Revision History:
  14. ;
  15. ;Notes:
  16. ;
  17. ; This file is generated by the MC tool from the sdevents.mc file.
  18. ;
  19. ;--*/
  20. ;
  21. ;
  22. ;#ifndef _SDEVENT_
  23. ;#define _SDEVENT_
  24. ;
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. ;
  31. ;/////////////////////////////////////////////////////////////////////////
  32. ;//
  33. ;// SaveDump Events (1000 - 1999)
  34. ;//
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;
  37. MessageId=1000 Severity=Informational SymbolicName=EVENT_BUGCHECK
  38. Language=English
  39. The computer has rebooted from a bugcheck. The bugcheck was:
  40. %1.
  41. A full dump was not saved.
  42. .
  43. MessageId=1001 Severity=Informational SymbolicName=EVENT_BUGCHECK_SAVED
  44. Language=English
  45. The computer has rebooted from a bugcheck. The bugcheck was:
  46. %1.
  47. A dump was saved in: %2.
  48. .
  49. ;
  50. ;#endif // _SDEVENT_
  51. ;