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.

57 lines
1.1 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; monmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for resmon
  12. ;
  13. ;Author:
  14. ;
  15. ; John Vert (jvert) 1-Dec-1995
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated from monmsg.mc
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _MON_MSG_
  26. ;#define _MON_MSG_
  27. ;
  28. ;#ifndef UNEXPECTED_FATAL_ERROR
  29. MessageID=1000 SymbolicName=UNEXPECTED_FATAL_ERROR
  30. Language=English
  31. The Cluster Resource Monitor suffered an unexpected fatal error
  32. at line %1 of file %2. The error code was %3.
  33. .
  34. MessageID=1001 SymbolicName=ASSERTION_FAILURE
  35. Language=English
  36. The Cluster Resource Monitor failed a validity check on line
  37. %1 of file %2.
  38. "%3"
  39. .
  40. MessageID=1002 SymbolicName=LOG_FAILURE
  41. Language=English
  42. The Cluster Resource Monitor handled non-fatal error
  43. at line %1 of file %2. The error code was %3.
  44. .
  45. ;#endif
  46. MessageID=1003 SymbolicName=INVALID_COMMAND_LINE
  47. Language=English
  48. The Cluster Resource Monitor was started with the invalid
  49. command line %1.
  50. .
  51. ;#endif // _MON_MSG_