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.

297 lines
7.5 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (C) 1996-1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; logmmsg
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Performance Log Manager messages
  12. ;
  13. ;--*/
  14. ;//
  15. ;// This file is automatically generated from logmmsg.mc
  16. ;//
  17. ;#ifndef _LOGMMSG_H_
  18. ;#define _LOGMMSG_H_
  19. MessageIdTypedef=DWORD
  20. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  21. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  22. Warning=0x2:STATUS_SEVERITY_WARNING
  23. Error=0x3:STATUS_SEVERITY_ERROR
  24. )
  25. ;//
  26. ;// Messages
  27. ;//
  28. MessageId=6000
  29. Severity=Error
  30. Facility=Application
  31. SymbolicName=LOGMAN_INVALID_COMPUTER
  32. Language=English
  33. The /COMPUTER_NAME command qualifier has been included but the
  34. computer name is either incorrect or has not been specified.
  35. .
  36. MessageId=+1
  37. Severity=Error
  38. Facility=Application
  39. SymbolicName=LOGMAN_INVALID_STARTNAME
  40. Language=English
  41. The /START command qualifier has been included but the
  42. log or alert name is either incorrect or has not been specified.
  43. .
  44. MessageId=+1
  45. Severity=Error
  46. Facility=Application
  47. SymbolicName=LOGMAN_INVALID_STOPNAME
  48. Language=English
  49. The /STOP command qualifier has been included but the
  50. log or alert name is either incorrect or has not been specified.
  51. .
  52. MessageId=+1
  53. Severity=Error
  54. Facility=Application
  55. SymbolicName=LOGMAN_INVALID_SETTINGS
  56. Language=English
  57. The /SETTINGS command qualifier has been included but the file name is either
  58. incorrect or has not been specified. The file name must specify the path of
  59. an existing HTML log or alert configuration file.
  60. .
  61. MessageId=+1
  62. Severity=Error
  63. Facility=Application
  64. SymbolicName=LOGMAN_INVALID_COMMAND
  65. Language=English
  66. Specify one of the following command qualifiers: /SETTINGS, /START or /STOP.
  67. .
  68. MessageId=+1
  69. Severity=Error
  70. Facility=Application
  71. SymbolicName=LOGMAN_SETTINGS_FILE_NOT_OPEN
  72. Language=English
  73. Unable to open /SETTINGS configuration file '%1'.
  74. .
  75. MessageId=+1
  76. Severity=Error
  77. Facility=Application
  78. SymbolicName=LOGMAN_NO_SYSMON_OBJECT
  79. Language=English
  80. The settings do not contain any complete System Monitor Html objects.
  81. .
  82. MessageId=+1
  83. Severity=Warning
  84. Facility=Application
  85. SymbolicName=LOGMAN_DUP_QUERY_NAME
  86. Language=English
  87. A log or alert with name '%1' already exists, and will not be overwritten.
  88. .
  89. MessageId=+1
  90. Severity=Warning
  91. Facility=Application
  92. SymbolicName=LOGMAN_OVERWRITE_DUP_QUERY
  93. Language=English
  94. A log or alert with name '%1' already exists. Its properties will be overwritten by the new configuration.
  95. .
  96. MessageId=+1
  97. Severity=Informational
  98. Facility=Application
  99. SymbolicName=LOGMAN_PROCESSING_COMPLETE
  100. Language=English
  101. The following logs and alerts have been configured on computer %1:
  102. .
  103. MessageId=+1
  104. Severity=Error
  105. Facility=Application
  106. SymbolicName=LOGMAN_NO_COMPUTER_CONNECT
  107. Language=English
  108. Unable to connect to registry on %1.
  109. .
  110. MessageId=+1
  111. Severity=Error
  112. Facility=Application
  113. SymbolicName=LOGMAN_SETTINGS_FILE_NOT_LOADED
  114. Language=English
  115. Unable to load /SETTINGS configuration file '%1' into memory.
  116. .
  117. MessageId=+1
  118. Severity=Warning
  119. Facility=Application
  120. SymbolicName=LOGMAN_NO_OBJECT_LOGTYPE
  121. Language=English
  122. Unable to load the LogType property for the current log or alert. This log or alert
  123. will not be configured.
  124. .
  125. MessageId=+1
  126. Severity=Warning
  127. Facility=Application
  128. SymbolicName=LOGMAN_NO_OBJECT_NAME
  129. Language=English
  130. Unable to load the Name property for the current log or alert. This log or alert
  131. will not be configured.
  132. .
  133. MessageId=+1
  134. Severity=Informational
  135. Facility=Application
  136. SymbolicName=LOGMAN_QUERY_CONFIG_SUCCESS
  137. Language=English
  138. Configured the %1 log or alert.
  139. .
  140. MessageId=+1
  141. Severity=Error
  142. Facility=Application
  143. SymbolicName=LOGMAN_START_TIMED_OUT
  144. Language=English
  145. The start action was executed for %1.
  146. Unable to detect the current status within the timeout period.
  147. See the application event log on the target computer for any status
  148. or error events, or use Performance to determine status.
  149. .
  150. MessageId=+1
  151. Severity=Error
  152. Facility=Application
  153. SymbolicName=LOGMAN_STOP_TIMED_OUT
  154. Language=English
  155. The stop action was executed for %1. Unable to detect
  156. the current status within the timeout period. See the application event log
  157. on the target computer for any error events, or use Performance
  158. to determine status.
  159. .
  160. MessageId=+1
  161. Severity=Error
  162. Facility=Application
  163. SymbolicName=LOGMAN_NO_QUERY_CONNECT
  164. Language=English
  165. The %1 log or alert does not exist on the target computer.
  166. .
  167. MessageId=+1
  168. Severity=Error
  169. Facility=Application
  170. SymbolicName=LOGMAN_INVALID_TOKEN
  171. Language=English
  172. Parameter value invalid or not found.
  173. .
  174. MessageId=+1
  175. Severity=Error
  176. Facility=Application
  177. SymbolicName=LOGMAN_START_FAILED
  178. Language=English
  179. Unable to start the %1 log or alert on target computer.
  180. .
  181. MessageId=+1
  182. Severity=Error
  183. Facility=Application
  184. SymbolicName=LOGMAN_STOP_FAILED
  185. Language=English
  186. Unable to stop the %1 log or alert on target computer.
  187. .
  188. MessageId=+1
  189. Severity=Warning
  190. Facility=Application
  191. SymbolicName=LOGMAN_REQUIRED_PROP_MISSING
  192. Language=English
  193. Required property '%1' is missing for the %2 log or alert.
  194. .
  195. MessageId=+1
  196. Severity=Warning
  197. Facility=Application
  198. SymbolicName=LOGMAN_REQUIRED_PROP_INVALID
  199. Language=English
  200. Required property '%1' is invalid for the %2 log or alert.
  201. .
  202. MessageId=+1
  203. Severity=Informational
  204. Facility=Application
  205. SymbolicName=LOGMAN_NONREQ_PROP_MISSING
  206. Language=English
  207. Property '%1' is missing for the %2 log or alert and will be set to the default value.
  208. .
  209. MessageId=+1
  210. Severity=Warning
  211. Facility=Application
  212. SymbolicName=LOGMAN_NONREQ_PROP_INVALID
  213. Language=English
  214. Property '%1' is invalid for the %2 log or alert and will be set to the default value.
  215. .
  216. MessageId=+1
  217. Severity=Informational
  218. Facility=Application
  219. SymbolicName=LOGMAN_OUT_OF_RANGE
  220. Language=English
  221. The value %1 for property %2 in the %3 log or alert is invalid and will be set to its default value.
  222. The valid range is %4 to %5.
  223. .
  224. MessageId=+1
  225. Severity=Informational
  226. Facility=Application
  227. SymbolicName=LOGMAN_REG_ACCESS_DENIED
  228. Language=English
  229. Unable to complete the current operation on the target system. You must have read
  230. and write access to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog\Log Queries
  231. registry subkey and its subkeys on that system.
  232. .
  233. MessageId=+1
  234. Severity=Informational
  235. Facility=Application
  236. SymbolicName=LOGMAN_INSTALL_ACCESS_DENIED
  237. Language=English
  238. Unable to install the Performance Logs and Alerts configuration on the target system. You must have read
  239. and write access to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog
  240. registry subkey and its subkeys on that system.
  241. .
  242. MessageId=+1
  243. Severity=Informational
  244. Facility=Application
  245. SymbolicName=LOGMAN_INSTALL_FAILURE
  246. Language=English
  247. Unable to install the Performance Logs and Alerts configuration on the target system.
  248. .
  249. MessageId=+1
  250. Severity=Informational
  251. Facility=Application
  252. SymbolicName=LOGMAN_QUERY_START_SUCCESS
  253. Language=English
  254. Started the %1 log or alert.
  255. .
  256. MessageId=+1
  257. Severity=Informational
  258. Facility=Application
  259. SymbolicName=LOGMAN_QUERY_STOP_SUCCESS
  260. Language=English
  261. Stopped the %1 log or alert.
  262. .
  263. MessageId=+1
  264. Severity=Error
  265. Facility=Application
  266. SymbolicName=LOGMAN_INVALID_PARAM
  267. Language=English
  268. Invalid command qualifier "%1".
  269. .
  270. MessageId=+1
  271. Severity=Warning
  272. Facility=Application
  273. SymbolicName=LOGMAN_INVALID_QUERY_NAME
  274. Language=English
  275. Invalid log or alert name "%1".
  276. A log or alert name cannot contain any of the following characters:\ / : * ? " < > | .
  277. .
  278. MessageId=+1
  279. Severity=Error
  280. Facility=Application
  281. SymbolicName=LOGMAN_TOO_MANY_COMMANDS
  282. Language=English
  283. Specify only one of the following qualifiers: /SETTINGS, /START or /STOP.
  284. .
  285. MessageId=+1
  286. Severity=Error
  287. Facility=Application
  288. SymbolicName=LOGMAN_DISPLAY_HELP
  289. Language=English
  290. No message. Display the help file.
  291. .
  292. ;#endif //_LOGMMSG_H_
  293. ;// end of generated file