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.

285 lines
8.6 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1998 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ldprfmsg.h
  8. ; (generated from ldprfmsg.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in LoadPerf.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 8-Mar-99 Bob Watson
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;#ifndef _LDPRFMSG_H_
  22. ;#define _LDPRFMSG_H_
  23. ;
  24. MessageIdTypedef=DWORD
  25. ;//
  26. ;// LoadPerf ERRORS
  27. ;//
  28. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  29. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  30. Warning=0x2:STATUS_SEVERITY_WARNING
  31. Error=0x3:STATUS_SEVERITY_ERROR
  32. )
  33. ;//
  34. ;// informational messages
  35. ;//
  36. MessageId=1000
  37. Severity=Informational
  38. Facility=Application
  39. SymbolicName=LDPRFMSG_LOAD_SUCCESS
  40. Language=English
  41. Performance counters for the %1!s! (%2!s!) service were loaded successfully.
  42. The Record Data contains the new index values assigned
  43. to this service.
  44. .
  45. MessageId=1001
  46. Severity=Informational
  47. Facility=Application
  48. SymbolicName=LDPRFMSG_UNLOAD_SUCCESS
  49. Language=English
  50. Performance counters for the %1!s! (%2!s!) service were removed successfully.
  51. The Record Data contains the new values of the system Last Counter and
  52. Last Help registry entries.
  53. .
  54. MessageId=1002
  55. Severity=Informational
  56. Facility=Application
  57. SymbolicName=LDPRFMSG_ALREADY_EXIST
  58. Language=English
  59. Performance counters for the %1!s! (%2!s!) service are already in Performance
  60. Registry, no need to re-install again.
  61. .
  62. ;//
  63. ;// warning messages
  64. ;//
  65. MessageId=2001
  66. Severity=Warning
  67. Facility=Application
  68. SymbolicName=LDPRFMSG_NO_MOF_FILE_CREATED
  69. Language=English
  70. No MOF file %2!s! was created for the %1!s! service. Before the performance
  71. counters of this service can be collected by WMI a MOF file will need
  72. to be created and loaded manually. Contact the vendor of this service
  73. for additional information.
  74. .
  75. MessageId=2002
  76. Severity=Warning
  77. Facility=Application
  78. SymbolicName=LDPRFMSG_NO_MOF_FILE_LOADED
  79. Language=English
  80. The MOF file created for the %1!s! service could not be loaded. The
  81. error code returned by the MOF Compiler is contained in the Record Data.
  82. Before the performance counters of this service can be collected by WMI
  83. the MOF file will need to be loaded manually. Contact the vendor of this
  84. service for additional information.
  85. .
  86. MessageId=2003
  87. Severity=Warning
  88. Facility=Application
  89. SymbolicName=LDPRFMSG_CANT_DELETE_MOF
  90. Language=English
  91. The MOF file created for the %1!s! service cannot be deleted as requested.
  92. The MOF file is required for the autorecover function.
  93. .
  94. MessageId=2004
  95. Severity=Warning
  96. Facility=Application
  97. SymbolicName=LDPRFMSG_REGISTRY_CORRUPT_MULTI_SZ
  98. Language=English
  99. The Performance registry value %1!s! string is corrupted. Skip string \"%2!s!\".
  100. .
  101. MessageId=2005
  102. Severity=Warning
  103. Facility=Application
  104. SymbolicName=LDPRFMSG_CORRUPT_INCLUDE_FILE
  105. Language=English
  106. No COUNTER/HELP definition for Language %1!s!.
  107. .
  108. MessageId=2006
  109. Severity=Warning
  110. Facility=Application
  111. SymbolicName=LDPRFMSG_CORRUPT_PERFLIB_INDEX
  112. Language=English
  113. LastCounter and LastHelp values of performance registry is corrupted and
  114. needs to be updated. The first and second DWORDs in Data Section are the
  115. original values while the third and forth DWORDs in Data Section are the
  116. updated new values.
  117. .
  118. MessageId=2007
  119. Severity=Warning
  120. Facility=Application
  121. SymbolicName=LDPRFMSG_REPAIR_SERVICE_FAIL
  122. Language=English
  123. Cannot repair performance counters for %1!s! service. Please re-install
  124. manually using LODCTR tool.
  125. .
  126. ;//
  127. ;// error messages
  128. ;//
  129. ;
  130. MessageId=3000
  131. Severity=Error
  132. Facility=Application
  133. SymbolicName=LDPRFMSG_REGISTRY_INDEX_CORRUPT
  134. Language=English
  135. The performance strings in the registry do not match the index values
  136. stored in Performance registry key. The last index value from performance
  137. registry key in the first DWORD in Data section, and the index of the
  138. last string used in the second DWORD in Data section.
  139. .
  140. MessageId=3001
  141. Severity=Error
  142. Facility=Application
  143. SymbolicName=LDPRFMSG_REGISTRY_COUNTER_STRINGS_CORRUPT
  144. Language=English
  145. The performance counter name string value in the registry is incorrectly
  146. formatted. The bogus string is %1!s!, the bogus index value is the first
  147. DWORD in Data section while the last valid index values are the second and
  148. third DWORD in Data section.
  149. .
  150. MessageId=3002
  151. Severity=Error
  152. Facility=Application
  153. SymbolicName=LDPRFMSG_REGISTRY_HELP_STRINGS_CORRUPT
  154. Language=English
  155. The performance counter explain text string value in the registry is
  156. incorrectly formatted. The bogus string is %1!s!, the bogus index value
  157. is the first DWORD in Data section while the last valid index values are
  158. the second and third DWORD in Data section.
  159. .
  160. MessageId=3003
  161. Severity=Error
  162. Facility=Application
  163. SymbolicName=LDPRFMSG_UNABLE_OPEN_KEY
  164. Language=English
  165. The %1!s! key could not be opened or accessed in order to install counter
  166. strings.The Win32 status returned by the call is the first DWORD in Data
  167. section.
  168. .
  169. MessageId=3004
  170. Severity=Error
  171. Facility=Application
  172. SymbolicName=LDPRFMSG_UNABLE_READ_VALUE
  173. Language=English
  174. The %1!s! registry value could not be read or was the incorrect data type.
  175. The Win32 status returned by the call is the first DWORD in Data section.
  176. .
  177. MessageId=3005
  178. Severity=Error
  179. Facility=Application
  180. SymbolicName=LDPRFMSG_UNABLE_ACCESS_STRINGS
  181. Language=English
  182. Unable to open the registry key for the performance counter strings of
  183. the %1!s! language ID.
  184. The Win32 status returned by the call is the first DWORD in Data section.
  185. .
  186. MessageId=3006
  187. Severity=Error
  188. Facility=Application
  189. SymbolicName=LDPRFMSG_UNABLE_READ_COUNTER_STRINGS
  190. Language=English
  191. Unable to read the performance counter strings of the %1!s! language ID.
  192. The Win32 status returned by the call is the first DWORD in Data section.
  193. .
  194. MessageId=3007
  195. Severity=Error
  196. Facility=Application
  197. SymbolicName=LDPRFMSG_UNABLE_READ_HELP_STRINGS
  198. Language=English
  199. Unable to read the performance counter explain text strings of the
  200. %1!s! language ID.
  201. The Win32 status returned by the call is the first DWORD in Data section.
  202. .
  203. MessageId=3008
  204. Severity=Error
  205. Facility=Application
  206. SymbolicName=LDPRFMSG_MEMORY_ALLOCATION_FAILURE
  207. Language=English
  208. Unable to allocate a required memory buffer.
  209. .
  210. MessageId=3009
  211. Severity=Error
  212. Facility=Application
  213. SymbolicName=LDPRFMSG_LOAD_FAILURE
  214. Language=English
  215. Installing the performance counter strings for service %1!s! (%2!s!) failed. The
  216. Error code is the first DWORD in Data section.
  217. .
  218. MessageId=3011
  219. Severity=Error
  220. Facility=Application
  221. SymbolicName=LDPRFMSG_UNLOAD_FAILURE
  222. Language=English
  223. Unloading the performance counter strings for service %1!s! (%2!s!) failed. The
  224. Error code is the first DWORD in Data section.
  225. .
  226. MessageId=3012
  227. Severity=Error
  228. Facility=Application
  229. SymbolicName=LDPRFMSG_REGISTRY_BASEINDEX_CORRUPT
  230. Language=English
  231. The performance strings in the Performance registry value is corrupted when
  232. process %1!s! extension counter provider. BaseIndex value from Performance
  233. registry is the first DWORD in Data section, LastCounter value is the second
  234. DWORD in Data section, and LastHelp value is the third DWORD in Data section.
  235. .
  236. MessageId=3013
  237. Severity=Error
  238. Facility=Application
  239. SymbolicName=LDPRFMSG_UNABLE_UPDATE_COUNTER_STRINGS
  240. Language=English
  241. Unable to update the performance counter strings of the %1!s! language ID.
  242. The Win32 status returned by the call is the first DWORD in Data section.
  243. .
  244. MessageId=3014
  245. Severity=Error
  246. Facility=Application
  247. SymbolicName=LDPRFMSG_UNABLE_UPDATE_HELP_STRINGS
  248. Language=English
  249. Unable to update the performance counter explain text strings of the
  250. %1!s! language ID.
  251. The Win32 status returned by the call is the first DWORD in Data section.
  252. .
  253. MessageId=3015
  254. Severity=Error
  255. Facility=Application
  256. SymbolicName=LDPRFMSG_CORRUPT_INDEX
  257. Language=English
  258. Index for %1!s! is corrupted. The index value is the first DWORD in Data section.
  259. .
  260. MessageId=3016
  261. Severity=Error
  262. Facility=Application
  263. SymbolicName=LDPRFMSG_UNABLE_UPDATE_VALUE
  264. Language=English
  265. Cannot update %1!s! value of %2!s! key. The error code is the first DWORD in
  266. Data section, updated value is the second DWORD in Data section.
  267. .
  268. MessageId=3017
  269. Severity=Error
  270. Facility=Application
  271. SymbolicName=LDPRFMSG_UNABLE_QUERY_VALUE
  272. Language=English
  273. Cannot update %1!s! value of %2!s! key. The error code is the first DWORD in
  274. Data section.
  275. .
  276. MessageId=3018
  277. Severity=Error
  278. Facility=Application
  279. SymbolicName=LDPRFMSG_CORRUPT_INDEX_RANGE
  280. Language=English
  281. %1!s! index range of service %2!s! is corrupted. The first DWORD in Data
  282. section contains the first index used while the second DWORD in Data section
  283. contains last index used.
  284. .
  285. ;#endif //_LDPRFMSG_H_