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.

252 lines
5.7 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  4. ;
  5. ;--*/
  6. ;#ifndef _LOGMMSG_H_01202000_
  7. ;#define _LOGMMSG_H_01202000_
  8. MessageIdTypedef=DWORD
  9. SeverityNames=(Success=0x0
  10. Error=0x3
  11. )
  12. FacilityNames=(ITF=0x4
  13. )
  14. ;//
  15. ;// Messages
  16. ;//
  17. ;// // MessageId=5000
  18. ;// Severity=Error
  19. ;// Facility=Application
  20. ;// SymbolicName=LOGMAN_ERROR_BADSTART
  21. ;// Language=English
  22. ;// Collection "%1!s!" is already running.
  23. ;// .
  24. ;// MessageId=5001
  25. ;// Severity=Error
  26. ;// Facility=Application
  27. ;// SymbolicName=LOGMAN_ERROR_NOSTART
  28. ;// Language=English
  29. ;// Collection "%1!s!" did not start, check the application event log for any errors.
  30. ;// .
  31. MessageId=5002
  32. Severity=Error
  33. Facility=Application
  34. SymbolicName=LOGMAN_ERROR_FILEFORMAT
  35. Language=English
  36. Invalid file format. Trace collections only support [bin|bincirc] format.
  37. .
  38. ;// MessageId=5003
  39. ;// Severity=Error
  40. ;// Facility=Application
  41. ;// SymbolicName=LOGMAN_ERROR_FILEFORMAT2
  42. ;// Language=English
  43. ;// Invalid file format.
  44. ;// .
  45. MessageId=5004
  46. Severity=Error
  47. Facility=Application
  48. SymbolicName=LOGMAN_ERROR_INTERVAL
  49. Language=English
  50. Invalid interval.
  51. .
  52. ;// MessageId=5005
  53. ;// Severity=Error
  54. ;// Facility=Application
  55. ;// SymbolicName=LOGMAN_ERROR_TYPEMISMATCH
  56. ;// Language=English
  57. ;// There is a mismatch in the settings type.
  58. ;// .
  59. MessageId=5006
  60. Severity=Error
  61. Facility=Application
  62. SymbolicName=LOGMAN_ERROR_BUFFERSIZE
  63. Language=English
  64. Invalid buffer size: %1!lu!
  65. .
  66. MessageId=5007
  67. Severity=Error
  68. Facility=Application
  69. SymbolicName=LOGMAN_ERROR_MINBUFFER
  70. Language=English
  71. Invalid minimum buffer size: %1!lu!
  72. .
  73. MessageId=5008
  74. Severity=Error
  75. Facility=Application
  76. SymbolicName=LOGMAN_ERROR_MAXBUFFER
  77. Language=English
  78. Invalid maximum buffer size: %1!lu!
  79. .
  80. MessageId=5009
  81. Severity=Error
  82. Facility=Application
  83. SymbolicName=LOGMAN_ERROR_MAXLOGSIZE
  84. Language=English
  85. Invalid maximum log file size: %1!lu!
  86. .
  87. MessageId=5010
  88. Severity=Error
  89. Facility=Application
  90. SymbolicName=LOGMAN_ERROR_FLUSHTIMER
  91. Language=English
  92. Invalid flush timer interval: %1!lu!
  93. .
  94. MessageId=5011
  95. Severity=Error
  96. Facility=Application
  97. SymbolicName=LOGMAN_ERROR_CMDFILE
  98. Language=English
  99. Invalid command file: %1!s!
  100. .
  101. MessageId=5012
  102. Severity=Error
  103. Facility=Application
  104. SymbolicName=LOGMAN_ERROR_FILENAME
  105. Language=English
  106. The output file path specified for this collection does not exist.
  107. The "Performance Logs & Alerts" service will attempt to create this
  108. file path when the collection starts.
  109. .
  110. MessageId=5013
  111. Severity=Error
  112. Facility=Application
  113. SymbolicName=LOGMAN_ERROR_AUTOFORMAT
  114. Language=English
  115. Invalid auto format
  116. .
  117. MessageId=5014
  118. Severity=Error
  119. Facility=Application
  120. SymbolicName=LOGMAN_ERROR_USER
  121. Language=English
  122. Invalid user name: %1!s!
  123. .
  124. MessageId=5015
  125. Severity=Error
  126. Facility=Application
  127. SymbolicName=LOGMAN_ERROR_DATASTOREA
  128. Language=English
  129. Append mode not is not valid with specified log format.
  130. .
  131. MessageId=5016
  132. Severity=Error
  133. Facility=Application
  134. SymbolicName=LOGMAN_ERROR_DATASTOREO
  135. Language=English
  136. Overwrite mode not is not valid with specified log format.
  137. .
  138. MessageId=5017
  139. Severity=Error
  140. Facility=Application
  141. SymbolicName=LOGMAN_ERROR_TRACEMODE
  142. Language=English
  143. Invalid trace mode: 0x%1!08x!
  144. .
  145. MessageId=5018
  146. Severity=Error
  147. Facility=Application
  148. SymbolicName=LOGMAN_ERROR_LOGGERNAME
  149. Language=English
  150. Invalid logger name: %1!s!
  151. .
  152. MessageId=5019
  153. Severity=Error
  154. Facility=Application
  155. SymbolicName=LOGMAN_ERROR_REPEATMODE
  156. Language=English
  157. Invalid repeat mode. The log must be scheduled to run for
  158. a specific time range that is within a 24 hour period.
  159. .
  160. MessageId=5020
  161. Severity=Error
  162. Facility=Application
  163. SymbolicName=LOGMAN_ERROR_COLLTYPE
  164. Language=English
  165. Invalid collection type: 0x%1!08x!
  166. .
  167. MessageId=5021
  168. Severity=Error
  169. Facility=Application
  170. SymbolicName=LOGMAN_ERROR_WBEM
  171. Language=English
  172. Error: 0x%1!08x!%nFacility: %2!s!%nMessage: %3!s!
  173. .
  174. ;// MessageId=5022
  175. ;// Severity=Error
  176. ;// Facility=Application
  177. ;// SymbolicName=LOGMAN_ERROR_FILEPATH
  178. ;// Language=English
  179. ;// The path specified does not resolve to a valid path name.
  180. ;// .
  181. ;// MessageId=5023
  182. ;// Severity=Error
  183. ;// Facility=Application
  184. ;// SymbolicName=LOGMAN_ERROR_SCHEDULE_OVERLAP
  185. ;// Language=English
  186. ;// The specified start time is after the end time.
  187. ;// .
  188. ;// MessageId=5024
  189. ;// Severity=Error
  190. ;// Facility=Application
  191. ;// SymbolicName=LOGMAN_ERROR_SCHEDULE_ELAPSED
  192. ;// Language=English
  193. ;// The specified end time has already elapsed.
  194. ;// .
  195. MessageId=5025
  196. Severity=Error
  197. Facility=Application
  198. SymbolicName=LOGMAN_ERROR_COUNTERPATH
  199. Language=English
  200. Invalid counter path: %1!s!
  201. .
  202. MessageId=5026
  203. Severity=Error
  204. Facility=Application
  205. SymbolicName=LOGMAN_ERROR_PROVIDER
  206. Language=English
  207. Invalid Event Trace Provider.
  208. .
  209. MessageId=5027
  210. Severity=Error
  211. Facility=Application
  212. SymbolicName=LOGMAN_ERROR_UNKNOWN
  213. Language=English
  214. An unspecified error has occurred.
  215. .
  216. ;// MessageId=5028
  217. ;// Severity=Error
  218. ;// Facility=Application
  219. ;// SymbolicName=LOGMAN_ERROR_NAMETOOLONG
  220. ;// Language=English
  221. ;// The collection name is too long.
  222. ;// .
  223. MessageId=5029
  224. Severity=Error
  225. Facility=Application
  226. SymbolicName=LOGMAN_ERROR_LOGON
  227. Language=English
  228. The supplied credential are not valid.
  229. .
  230. MessageId=5030
  231. Severity=Error
  232. Facility=Application
  233. SymbolicName=LOGMAN_ERROR_FILENAME_DEFAULT
  234. Language=English
  235. The default file path specified by this collection does not exist.
  236. The "Performance Logs & Alerts" service will attempt to create this
  237. file path when the collection starts.
  238. .
  239. MessageId=5031
  240. Severity=Warning
  241. Facility=Application
  242. SymbolicName=LOGMAN_WARNING_BAD_CODE
  243. Language=English
  244. Could not decode "%1!s!" from the currently registered providers.
  245. .
  246. ;#endif //_LOGMMSG_H_01202000_