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.

73 lines
1.4 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; frsmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the frs service;
  12. ;Author:
  13. ;
  14. ; David Orbits (Davidor) 3-Mar-1997
  15. ;
  16. ;Revision History:
  17. ;
  18. ;Notes:
  19. ;
  20. ;
  21. ;--*/
  22. ;
  23. ;#ifndef _CLUS_MSG_
  24. ;#define _CLUS_MSG_
  25. ;
  26. ;
  27. MessageID=1000 SymbolicName=UNEXPECTED_FATAL_ERROR
  28. Language=English
  29. The FRS Service suffered an unexpected fatal error
  30. at line %1 of file %2. The error code was %3.
  31. .
  32. MessageID=1001 SymbolicName=ASSERTION_FAILURE
  33. Language=English
  34. The FRS Service failed a validity check on line
  35. %1 of file %2.
  36. "%3"
  37. .
  38. MessageID=1002 SymbolicName=LOG_FAILURE
  39. Language=English
  40. The FRS Service handled an unexpected error
  41. at line %1 of file %2. The error code was %3.
  42. .
  43. MessageID=1003 SymbolicName=RMON_INVALID_COMMAND_LINE
  44. Language=English
  45. The FRS Resource Monitor was started with the invalid
  46. command line %1.
  47. .
  48. MessageID=1004 SymbolicName=SERVICE_FAILED_JOIN
  49. Language=English
  50. The FRS Service could not join an existing replica set.
  51. .
  52. MessageID=1005 SymbolicName=SERVICE_FAILED_INVALID_OS
  53. Language=English
  54. The FRS Service did not start because the current version of Windows
  55. NT is not correct. This beta only runs on Windows NT Server 5.0
  56. .
  57. MessageID=1006 SymbolicName=CS_COMMAND_LINE_HELP
  58. Language=English
  59. The FRS Service can be started from the Services applet in the Control
  60. Panel or by issuing the command "net start frssvc" at a command prompt.
  61. .
  62. ;#endif // _CLUS_MSG_