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.

52 lines
1.3 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; messages.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the Print Spooler performance counters.
  12. ;
  13. ;Author:
  14. ;
  15. ; Albert Ting (AlbertT) 30-Dec-1996
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. MessageIdTypedef=NTSTATUS
  21. SeverityNames=( Success=0x0:STATUS_SEVERITY_SUCCESS
  22. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  23. Warning=0x2:STATUS_SEVERITY_WARNING
  24. Error=0x3:STATUS_SEVERITY_ERROR )
  25. FacilityNames=( System=0x0 )
  26. MessageId=0x0002 Facility=Application Severity=Informational
  27. SymbolicName=MSG_PERF_LOG_OPEN
  28. Language=English
  29. The spooler performance counter has opened the event log.
  30. .
  31. MessageId=0x0003 Facility=Application Severity=Informational
  32. SymbolicName=MSG_PERF_LOG_CLOSE
  33. Language=English
  34. The spooler performance counter has closed the event log.
  35. .
  36. MessageId=0x0004 Facility=Application Severity=Informational
  37. SymbolicName=MSG_PERF_OPEN_CALLED
  38. Language=English
  39. The spooler performance counter has been opened.
  40. .
  41. MessageId=0x0005 Facility=Application Severity=Informational
  42. SymbolicName=MSG_PERF_CLOSE_CALLED
  43. Language=English
  44. The spooler performance counter has been closed.
  45. .