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.

36 lines
680 B

  1. ;/*++
  2. ;
  3. ;Copyright (c) 2002 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; eventmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the I/O error code log values.
  12. ;
  13. ;Revision History:
  14. ;
  15. ;--*/
  16. MessageIdTypedef=NTSTATUS
  17. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  18. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  19. Warning=0x2:STATUS_SEVERITY_WARNING
  20. Error=0x3:STATUS_SEVERITY_ERROR
  21. )
  22. FacilityNames=(Watchdog=0x0
  23. )
  24. MessageId=1
  25. Facility=Watchdog
  26. Severity=Informational
  27. SymbolicName=WD_TIMER_WAS_TRIGGERED
  28. Language=English
  29. The system watchdog timer was triggered.
  30. .