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.

87 lines
2.1 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. ; sfmctrs.h
  8. ; (derived from sfmctrs.mc by the message compiler )
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in SFMCTRS.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 15-Oct-1992 Bob Watson (a-robw)
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;//
  22. ;#ifndef _SFMCTRS_H_
  23. ;#define _SFMCTRS_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 SFMCTRS.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 SFMCTRS.DLL
  43. .
  44. ;//
  45. MessageId=2000
  46. Severity=Error
  47. Facility=Application
  48. SymbolicName=SFMPERF_OPEN_FILE_DRIVER_ERROR
  49. Language=English
  50. Unable to open driver containing SFM file server performance data.
  51. To view the MacFile counters from Perfmon.exe, make sure the MacFile service has been started.
  52. .
  53. ;//
  54. MessageId=+1
  55. Severity=Error
  56. Facility=Application
  57. SymbolicName=SFMPERF_UNABLE_DO_IOCTL
  58. Language=English
  59. Unable to perform ioctl to device driver containing SFM performance data.
  60. To view the MacFile counters from Perfmon.exe, make sure the MacFile service has been started.
  61. .
  62. ;//
  63. MessageId=+1
  64. Severity=Error
  65. Facility=Application
  66. SymbolicName=SFMPERF_UNABLE_OPEN_DRIVER_KEY
  67. Language=English
  68. Unable open "Performance" key of SFM driver in registy. Status code is returned in data.
  69. .
  70. ;//
  71. MessageId=+1
  72. Severity=Error
  73. Facility=Application
  74. SymbolicName=SFMPERF_UNABLE_READ_FIRST_COUNTER
  75. Language=English
  76. Unable to read the "First Counter" value under the MacSrv\Performance Key. Status codes returned in data.
  77. .
  78. ;//
  79. MessageId=+1
  80. Severity=Error
  81. Facility=Application
  82. SymbolicName=SFMPERF_UNABLE_READ_FIRST_HELP
  83. Language=English
  84. Unable to read the "First Help" value under the MacSrv\Performance Key. Status codes returned in data.
  85. .
  86. ;//
  87. ;#endif // _SFMCTRS_H_
  88.