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.

48 lines
1.3 KiB

  1. ;/********************************************************************
  2. ;
  3. ;Copyright (c) 2000 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ; eventMsg.mc
  7. ;
  8. ;Abstract:
  9. ; NT events for the System Restore kernel driver.
  10. ;
  11. ;Revision History:
  12. ; HenryLee created 08/08/2000
  13. ; PaulMcD changed for the driver 01/2001
  14. ;
  15. ;
  16. ;********************************************************************/
  17. MessageIdTypedef=NTSTATUS
  18. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  19. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  20. Warning=0x2:STATUS_SEVERITY_WARNING
  21. Error=0x3:STATUS_SEVERITY_ERROR
  22. )
  23. FacilityNames=(System=0x0
  24. )
  25. ;
  26. ;//
  27. ;// %1 is reserved by the IO Manager. If IoAllocateErrorLogEntry is
  28. ;// called with a device, the name of the device will be inserted into
  29. ;// the message at %1. Otherwise, the place of %1 will be left empty.
  30. ;// In either case, the insertion strings from the driver's error log
  31. ;// entry starts at %2. In other words, the first insertion string goes
  32. ;// to %2, the second to %3 and so on.
  33. ;//
  34. ;
  35. MessageId=0x0001
  36. Severity=Error
  37. Facility=System
  38. SymbolicName=EVMSG_DISABLEDVOLUME
  39. Language=English
  40. The System Restore filter encountered the unexpected error '%2' while processing the file '%3' on the volume '%4'. It has stopped monitoring the volume.
  41. .