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.

87 lines
1.9 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; p5ctrmsg.h
  8. ; (derived from p5ctrmsg.mc by the message compiler )
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in P5CTRS.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 15-Oct-1992 Bob Watson (a-robw)
  17. ;
  18. ;Revision History:
  19. ;
  20. ; 24-Dec-1993 Russ Blake (russbl) - adapt to P5
  21. ;
  22. ;--*/
  23. ;//
  24. ;#ifndef _P5CTRMSG_H_
  25. ;#define _P5CTRMSG_H_
  26. ;//
  27. MessageIdTypedef=DWORD
  28. ;//
  29. ;// Perfutil messages
  30. ;//
  31. MessageId=1900
  32. Severity=Informational
  33. Facility=Application
  34. SymbolicName=UTIL_LOG_OPEN
  35. Language=English
  36. An extensible counter has opened the Event Log for P5CTRS.DLL
  37. .
  38. ;//
  39. MessageId=1999
  40. Severity=Informational
  41. Facility=Application
  42. SymbolicName=UTIL_CLOSING_LOG
  43. Language=English
  44. An extensible counter has closed the Event Log for P5CTRS.DLL
  45. .
  46. ;//
  47. MessageId=2000
  48. Severity=Error
  49. Facility=Application
  50. SymbolicName=P5PERF_OPEN_FILE_ERROR
  51. Language=English
  52. Unable to open device driver providing P5 performance data.
  53. .
  54. ;//
  55. MessageId=+1
  56. Severity=Error
  57. Facility=Application
  58. SymbolicName=P5PERF_UNABLE_MAP_VIEW_OF_FILE
  59. Language=English
  60. Unable to map to shared memory file containing P5 driver performance data.
  61. .
  62. ;//
  63. MessageId=+1
  64. Severity=Error
  65. Facility=Application
  66. SymbolicName=P5PERF_UNABLE_OPEN_DRIVER_KEY
  67. Language=English
  68. Unable open "Performance" key of P5 driver in registy. Status code is returned in data.
  69. .
  70. ;//
  71. MessageId=+1
  72. Severity=Error
  73. Facility=Application
  74. SymbolicName=P5PERF_UNABLE_READ_FIRST_COUNTER
  75. Language=English
  76. Unable to read the "First Counter" value under the P5\Performance Key. Status codes retuened in data.
  77. .
  78. ;//
  79. MessageId=+1
  80. Severity=Error
  81. Facility=Application
  82. SymbolicName=P5PERF_UNABLE_READ_FIRST_HELP
  83. Language=English
  84. Unable to read the "First Help" value under the P5\Performance Key. Status codes retuened in data.
  85. .
  86. ;//
  87. ;#endif // _P5CTRMSG_H_
  88.