GENCTRS.MC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ;/*++ BUILD Version: 0001    // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1995-1997 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 PerfGen.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ;   Bob Watson  28-Jul-1995
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;//
  22. ;#ifndef _PERFGEN_H_
  23. ;#define _PERFGEN_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 PerfGen.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 PerfGen.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 PerfGen 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 PerfGenPerformance 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 PerfGenPerformance Key. Status codes retuened in data.
  67. .
  68. ;//
  69. ;#endif // _PERFGEN_H_