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.

69 lines
1.5 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 2000-2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; genctrs.h
  8. ; (derived from genctrs.mc by the message compiler )
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in WMIPerf.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; davj 17-May-2000
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;//
  22. ;#ifndef _WMIPerfMsg_H_
  23. ;#define _WMIPerfMsg_H_
  24. ;//
  25. MessageIdTypedef=DWORD
  26. ;//
  27. ;// Perfutil messages
  28. ;//
  29. MessageId=1900
  30. Severity=Informational
  31. Facility=Application
  32. SymbolicName=UTIL_LOG_OPEN
  33. Language=English
  34. An extensible counter has opened the Event Log for WMIPerf.DLL
  35. .
  36. ;//
  37. MessageId=1999
  38. Severity=Informational
  39. Facility=Application
  40. SymbolicName=UTIL_CLOSING_LOG
  41. Language=English
  42. An extensible counter has closed the Event Log for WMIPerf.DLL
  43. .
  44. ;//
  45. MessageId=2000
  46. Severity=Error
  47. Facility=Application
  48. SymbolicName=GENPERF_UNABLE_OPEN_DRIVER_KEY
  49. Language=English
  50. Unable open "Performance" key of WMIPerf driver in registy. Status code is returned in data.
  51. .
  52. ;//
  53. MessageId=+1
  54. Severity=Error
  55. Facility=Application
  56. SymbolicName=GENPERF_UNABLE_READ_FIRST_COUNTER
  57. Language=English
  58. Unable to read the "First Counter" value under the WMIPerf\Performance Key. Status codes retuened in data.
  59. .
  60. ;//
  61. MessageId=+1
  62. Severity=Error
  63. Facility=Application
  64. SymbolicName=GENPERF_UNABLE_READ_FIRST_HELP
  65. Language=English
  66. Unable to read the "First Help" value under the WMIPerf\Performance Key. Status codes retuened in data.
  67. .
  68. ;//
  69. ;#endif // _WMIPerfMsg_H_