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.

81 lines
1.8 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (C) 1996-1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; smonmsg
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Sysmon control messages
  12. ;
  13. ;--*/
  14. ;//
  15. ;// This file is automatically generated from smonmsg.mc
  16. ;//
  17. ;#ifndef _SMONMSG_H_
  18. ;#define _SMONMSG_H_
  19. MessageIdTypedef=DWORD
  20. SeverityNames=(Success=0x0
  21. Error=0x3
  22. )
  23. FacilityNames=(ITF=0x4
  24. )
  25. ;//
  26. ;// Messages
  27. ;//
  28. MessageId=5000
  29. Severity=Error
  30. Facility=Application
  31. SymbolicName=SMON_STATUS_DUPL_COUNTER_PATH
  32. Language=English
  33. Specified counter is already assigned to this control.
  34. .
  35. MessageId=+1
  36. Severity=Error
  37. Facility=Application
  38. SymbolicName=SMON_STATUS_NO_SYSMON_OBJECT
  39. Language=English
  40. The settings do not contain any complete System Monitor HTML objects.
  41. .
  42. MessageId=+1
  43. Severity=Error
  44. Facility=Application
  45. SymbolicName=SMON_STATUS_TOO_FEW_SAMPLES
  46. Language=English
  47. The specified data source contains fewer than two data samples.
  48. .
  49. MessageId=+1
  50. Severity=Error
  51. Facility=Application
  52. SymbolicName=SMON_STATUS_LOG_FILE_SIZE_LIMIT
  53. Language=English
  54. The specified log file exceeds the size limits of the System Monitor control.
  55. If a log file is currently selected, select current activity as the data source
  56. in order to unload the current log file, then reselect the specified log file.
  57. .
  58. MessageId=+1
  59. Severity=Error
  60. Facility=Application
  61. SymbolicName=SMON_STATUS_LOG_FILE_DATA_SOURCE
  62. Language=English
  63. To add a new log file to the data source, the data source type must be changed
  64. to a type other than sysmonLogFiles.
  65. .
  66. MessageId=+1
  67. Severity=Error
  68. Facility=Application
  69. SymbolicName=SMON_STATUS_DUPL_LOG_FILE_PATH
  70. Language=English
  71. Specified log file is already assigned to this control.
  72. .
  73. ;#endif //_SMONMSG_H_
  74. ;// end of generated file