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.

176 lines
4.3 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994-7 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; error.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for RCmdSrv messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Sean Selitrennikoff (v-seans) Feb-10-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the rcmdsrv.mc file.
  22. ;
  23. ; Inserts are defined as:
  24. ; %1 = USERNAME
  25. ; %2 = USERDOMAIN
  26. ; %3 = MACHINENAME
  27. ; %4 = SUBERROR
  28. ;
  29. ;--*/
  30. ;
  31. ;#ifndef _RCCSRVMESSAGE_
  32. ;#define _RCCSRVMESSAGE_
  33. ;
  34. ;//
  35. ;// 20000 - 20099 Reserved for service service specific errors.
  36. ;//
  37. MessageId=20001 SymbolicName=ERROR_RCCSRV_SEND_FAILED
  38. Language=English
  39. Failed in an attempt to send a response to the terminal. No
  40. further information is available at this level. There may be a further
  41. clarifying message logged by Serial.sys.
  42. .
  43. MessageId=20002 SymbolicName=ERROR_RCCSRV_INITIAL_ALLOC_FAILED
  44. Language=English
  45. Could not allocate and reserve the minimum amount of memory
  46. necessary to execute.
  47. .
  48. MessageId=20003 SymbolicName=ERROR_RCCSRV_RCV_FAILED
  49. Language=English
  50. Could not receive a message from the serial driver and has
  51. exited. For further details there may be an error log entry by serial.sys.
  52. .
  53. MessageId=20004 SymbolicName=ERROR_RCCSRV_OPEN_COMPORT_FAILED
  54. Language=English
  55. Could not open the serial port driver. Make sure that
  56. the driver has started.
  57. .
  58. MessageId=20005 SymbolicName=ERROR_RCCSRV_LIB_INIT_FAILED
  59. Language=English
  60. Failed to initialize rcclib.dll. Check error log for more details.
  61. .
  62. MessageId=20010 SymbolicName=MSG_RCCSRV_PROMPT
  63. Language=English
  64. RCC>
  65. .
  66. MessageId=20011 SymbolicName=MSG_RCCSRV_RESULT_SUCCESS
  67. Language=English
  68. Command completed successfully.
  69. .
  70. MessageId=20012 SymbolicName=MSG_RCCSRV_RESULT_FAILURE
  71. Language=English
  72. Command failed with the following error:
  73. .
  74. MessageId=20013 SymbolicName=MSG_RCCSRV_SHUTTING_DOWN
  75. Language=English
  76. The system is shutting down.
  77. .
  78. MessageId=20014 SymbolicName=MSG_RCCSRV_HELP
  79. Language=English
  80. f Toggle full tlist info to just processes, or visa-versa.
  81. k <pid> Kill the given process.
  82. l <pid> Lower the priority of a process to the lowest possible.
  83. m <pid> <MB-allow> Limit the memory usage of a process to MB-allow megabytes.
  84. p Toggle paging the display.
  85. reboot Reboot the machine.
  86. shutdown Shutdown the machine.
  87. crashdump Crash the system and create dump.
  88. t tlist.
  89. .
  90. MessageId=20015 SymbolicName=MSG_RCCSRV_INVALID_COMMAND
  91. Language=English
  92. Invalid Command. Use '?' to get a list of valid commands.
  93. .
  94. MessageId=20016 SymbolicName=MSG_RCCSRV_MORE
  95. Language=English
  96. - Press <Enter> to continue -
  97. .
  98. MessageId=20017 SymbolicName=MSG_RCCSRV_ERROR_NOT_DEFINED
  99. Language=English
  100. Error could not be found. The error code was %1!d!.
  101. .
  102. MessageId=20018 SymbolicName=MSG_RCCSRV_PAGING_ENABLED
  103. Language=English
  104. RCmdPort will now do paging.
  105. .
  106. MessageId=20019 SymbolicName=MSG_RCCSRV_PAGING_DISABLED
  107. Language=English
  108. RCC will no longer do paging.
  109. .
  110. MessageId=20020 SymbolicName=MSG_RCCSRV_THREADS_ENABLED
  111. Language=English
  112. RCC will now display thread information.
  113. .
  114. MessageId=20021 SymbolicName=MSG_RCCSRV_THREADS_DISABLED
  115. Language=English
  116. RCC will no longer display thread information.
  117. .
  118. MessageId=20022 SymbolicName=MSG_RCCSRV_USAGE
  119. Language=English
  120. Usage: rccser <port> <baud-rate>
  121. <port> Com port designation, e.g. COM2. Default is COM1.
  122. <baud-rate> Baud rate to use, e.g. 9600. Default is 9600.
  123. .
  124. MessageId=20023 SymbolicName=MSG_RCCSRV_GENERAL_FAILURE
  125. Language=English
  126. Failed to start, check the event log for further details.
  127. .
  128. MessageId=20024 SymbolicName=MSG_RCCSRV_ARE_YOU_SURE
  129. Language=English
  130. Are you sure you (y/n)?
  131. .
  132. MessageId=20025 SymbolicName=MSG_RCCSRV_OUT_OF_MEMORY
  133. Language=English
  134. Not enough buffer to process this command, and there is not enough memory
  135. available for processing. The command has been aborted.
  136. .
  137. MessageId=20026 SymbolicName=MSG_RCCSRV_CRASHING
  138. Language=English
  139. Crashing the system now.
  140. .
  141. MessageId=20027 SymbolicName=ERROR_RCCSRV_OPEN_RCCDRIVER_FAILED
  142. Language=English
  143. Could not open the RCC driver. Make sure that the driver has started.
  144. Crash dump functionality is not available.
  145. .
  146. MessageId=20028 SymbolicName=ERROR_RCCSRV_CRASH_FAILED
  147. Language=English
  148. Crash failed for unknown reason.
  149. .
  150. ;#endif // _RCCSRVMESSAGE_