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.

277 lines
8.2 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. ;//
  119. ;// error messages
  120. ;//
  121. ;
  122. MessageId=3000
  123. Severity=Error
  124. Facility=Application
  125. SymbolicName=LDPRFMSG_REGISTRY_INDEX_CORRUPT
  126. Language=English
  127. The performance strings in the registry do not match the index values
  128. stored in Performance registry key. The last index value from performance
  129. registry key in the first DWORD in Data section, and the index of the
  130. last string used in the second DWORD in Data section.
  131. .
  132. MessageId=3001
  133. Severity=Error
  134. Facility=Application
  135. SymbolicName=LDPRFMSG_REGISTRY_COUNTER_STRINGS_CORRUPT
  136. Language=English
  137. The performance counter name string value in the registry is incorrectly
  138. formatted. The bogus string is %1!s!, the bogus index value is the first
  139. DWORD in Data section while the last valid index values are the second and
  140. third DWORD in Data section.
  141. .
  142. MessageId=3002
  143. Severity=Error
  144. Facility=Application
  145. SymbolicName=LDPRFMSG_REGISTRY_HELP_STRINGS_CORRUPT
  146. Language=English
  147. The performance counter explain text string value in the registry is
  148. incorrectly formatted. The bogus string is %1!s!, the bogus index value
  149. is the first DWORD in Data section while the last valid index values are
  150. the second and third DWORD in Data section.
  151. .
  152. MessageId=3003
  153. Severity=Error
  154. Facility=Application
  155. SymbolicName=LDPRFMSG_UNABLE_OPEN_KEY
  156. Language=English
  157. The %1!s! key could not be opened or accessed in order to install counter
  158. strings.The Win32 status returned by the call is the first DWORD in Data
  159. section.
  160. .
  161. MessageId=3004
  162. Severity=Error
  163. Facility=Application
  164. SymbolicName=LDPRFMSG_UNABLE_READ_VALUE
  165. Language=English
  166. The %1!s! registry value could not be read or was the incorrect data type.
  167. The Win32 status returned by the call is the first DWORD in Data section.
  168. .
  169. MessageId=3005
  170. Severity=Error
  171. Facility=Application
  172. SymbolicName=LDPRFMSG_UNABLE_ACCESS_STRINGS
  173. Language=English
  174. Unable to open the registry key for the performance counter strings of
  175. the %1!s! language ID.
  176. The Win32 status returned by the call is the first DWORD in Data section.
  177. .
  178. MessageId=3006
  179. Severity=Error
  180. Facility=Application
  181. SymbolicName=LDPRFMSG_UNABLE_READ_COUNTER_STRINGS
  182. Language=English
  183. Unable to read the performance counter strings of the %1!s! language ID.
  184. The Win32 status returned by the call is the first DWORD in Data section.
  185. .
  186. MessageId=3007
  187. Severity=Error
  188. Facility=Application
  189. SymbolicName=LDPRFMSG_UNABLE_READ_HELP_STRINGS
  190. Language=English
  191. Unable to read the performance counter explain text strings of the
  192. %1!s! language ID.
  193. The Win32 status returned by the call is the first DWORD in Data section.
  194. .
  195. MessageId=3008
  196. Severity=Error
  197. Facility=Application
  198. SymbolicName=LDPRFMSG_MEMORY_ALLOCATION_FAILURE
  199. Language=English
  200. Unable to allocate a required memory buffer.
  201. .
  202. MessageId=3009
  203. Severity=Error
  204. Facility=Application
  205. SymbolicName=LDPRFMSG_LOAD_FAILURE
  206. Language=English
  207. Installing the performance counter strings for service %1!s! (%2!s!) failed. The
  208. Error code is the first DWORD in Data section.
  209. .
  210. MessageId=3011
  211. Severity=Error
  212. Facility=Application
  213. SymbolicName=LDPRFMSG_UNLOAD_FAILURE
  214. Language=English
  215. Unloading 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=3012
  219. Severity=Error
  220. Facility=Application
  221. SymbolicName=LDPRFMSG_REGISTRY_BASEINDEX_CORRUPT
  222. Language=English
  223. The performance strings in the Performance registry value is corrupted when
  224. process %1!s! extension counter provider. BaseIndex value from Performance
  225. registry is the first DWORD in Data section, LastCounter value is the second
  226. DWORD in Data section, and LastHelp value is the third DWORD in Data section.
  227. .
  228. MessageId=3013
  229. Severity=Error
  230. Facility=Application
  231. SymbolicName=LDPRFMSG_UNABLE_UPDATE_COUNTER_STRINGS
  232. Language=English
  233. Unable to update the performance counter strings of the %1!s! language ID.
  234. The Win32 status returned by the call is the first DWORD in Data section.
  235. .
  236. MessageId=3014
  237. Severity=Error
  238. Facility=Application
  239. SymbolicName=LDPRFMSG_UNABLE_UPDATE_HELP_STRINGS
  240. Language=English
  241. Unable to update the performance counter explain text strings of the
  242. %1!s! language ID.
  243. The Win32 status returned by the call is the first DWORD in Data section.
  244. .
  245. MessageId=3015
  246. Severity=Error
  247. Facility=Application
  248. SymbolicName=LDPRFMSG_CORRUPT_INDEX
  249. Language=English
  250. Index for %1!s! is corrupted. The index value is the first DWORD in Data section.
  251. .
  252. MessageId=3016
  253. Severity=Error
  254. Facility=Application
  255. SymbolicName=LDPRFMSG_UNABLE_UPDATE_VALUE
  256. Language=English
  257. Cannot update %1!s! value of %2!s! key. The error code is the first DWORD in
  258. Data section, updated value is the second DWORD in Data section.
  259. .
  260. MessageId=3017
  261. Severity=Error
  262. Facility=Application
  263. SymbolicName=LDPRFMSG_UNABLE_QUERY_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.
  267. .
  268. MessageId=3018
  269. Severity=Error
  270. Facility=Application
  271. SymbolicName=LDPRFMSG_CORRUPT_INDEX_RANGE
  272. Language=English
  273. %1!s! index range of service %2!s! is corrupted. The first DWORD in Data
  274. section contains the first index used while the second DWORD in Data section
  275. contains last index used.
  276. .
  277. ;#endif //_LDPRFMSG_H_