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.

273 lines
7.8 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! 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! 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! service are already in Performance
  60. Registry, no need to re-install again.
  61. .
  62. ;//
  63. ;// warning messages
  64. ;//
  65. MessageId=2000
  66. Severity=Warning
  67. Facility=Application
  68. SymbolicName=LDPRFMSG_NO_OBJECT_LIST
  69. Language=English
  70. No object list was found in the installation file. Adding an object
  71. list to the installation file will
  72. improve performance of the system when measuring performance counters.
  73. .
  74. MessageId=2001
  75. Severity=Warning
  76. Facility=Application
  77. SymbolicName=LDPRFMSG_NO_MOF_FILE_CREATED
  78. Language=English
  79. No MOF file was created for the %1!s! service. Before the performance
  80. counters of this service can be collected by WMI a MOF file will need
  81. to be created and loaded manually. Contact the vendor of this service
  82. for additional information.
  83. .
  84. MessageId=2002
  85. Severity=Warning
  86. Facility=Application
  87. SymbolicName=LDPRFMSG_NO_MOF_FILE_LOADED
  88. Language=English
  89. The MOF file created for the %1!s! service could not be loaded. The
  90. error code returned by the MOF Compiler is contained in the Record Data.
  91. Before the performance counters of this service can be collected by WMI
  92. the MOF file will need to be loaded manually. Contact the vendor of this
  93. service for additional information.
  94. .
  95. MessageId=2003
  96. Severity=Warning
  97. Facility=Application
  98. SymbolicName=LDPRFMSG_CANT_DELETE_MOF
  99. Language=English
  100. The MOF file created for the %1!s! service cannot be deleted as requested.
  101. The MOF file is required for the autorecover function.
  102. .
  103. MessageId=2004
  104. Severity=Warning
  105. Facility=Application
  106. SymbolicName=LDPRFMSG_REGISTRY_CORRUPT_MULTI_SZ
  107. Language=English
  108. The Performance registry value %1!s! string is corrupted. Skip string \"%2!s!\".
  109. .
  110. MessageId=2005
  111. Severity=Warning
  112. Facility=Application
  113. SymbolicName=LDPRFMSG_CORRUPT_INCLUDE_FILE
  114. Language=English
  115. No COUNTER/HELP definition for Language %1!s!.
  116. .
  117. ;//
  118. ;// error messages
  119. ;//
  120. ;
  121. MessageId=3000
  122. Severity=Error
  123. Facility=Application
  124. SymbolicName=LDPRFMSG_REGISTRY_INDEX_CORRUPT
  125. Language=English
  126. The performance strings in the registry do not match the index values
  127. stored in Performance registry key. The last index value from performance
  128. registry key in the first DWORD in Data section, and the index of the
  129. last string used in the second DWORD in Data section.
  130. .
  131. MessageId=3001
  132. Severity=Error
  133. Facility=Application
  134. SymbolicName=LDPRFMSG_REGISTRY_COUNTER_STRINGS_CORRUPT
  135. Language=English
  136. The performance counter name string value in the registry is incorrectly
  137. formatted. The last valid index value is the first DWORD in Data section.
  138. .
  139. MessageId=3002
  140. Severity=Error
  141. Facility=Application
  142. SymbolicName=LDPRFMSG_REGISTRY_HELP_STRINGS_CORRUPT
  143. Language=English
  144. The performance counter explain text string value in the registry is
  145. incorrectly formatted. The last valid index value is ths first DWORD in
  146. Data section.
  147. .
  148. MessageId=3003
  149. Severity=Error
  150. Facility=Application
  151. SymbolicName=LDPRFMSG_UNABLE_OPEN_KEY
  152. Language=English
  153. The %1!s! key could not be opened or accessed in order to install counter
  154. strings.The Win32 status returned by the call is the first DWORD in Data
  155. section.
  156. .
  157. MessageId=3004
  158. Severity=Error
  159. Facility=Application
  160. SymbolicName=LDPRFMSG_UNABLE_READ_VALUE
  161. Language=English
  162. The %1!s! registry value could not be read or was the incorrect data type.
  163. The Win32 status returned by the call is the first DWORD in Data section.
  164. .
  165. MessageId=3005
  166. Severity=Error
  167. Facility=Application
  168. SymbolicName=LDPRFMSG_UNABLE_ACCESS_STRINGS
  169. Language=English
  170. Unable to open the registry key for the performance counter strings of
  171. the %1!s! language ID.
  172. The Win32 status returned by the call is the first DWORD in Data section.
  173. .
  174. MessageId=3006
  175. Severity=Error
  176. Facility=Application
  177. SymbolicName=LDPRFMSG_UNABLE_READ_COUNTER_STRINGS
  178. Language=English
  179. Unable to read the performance counter strings of the %1!s! language ID.
  180. The Win32 status returned by the call is the first DWORD in Data section.
  181. .
  182. MessageId=3007
  183. Severity=Error
  184. Facility=Application
  185. SymbolicName=LDPRFMSG_UNABLE_READ_HELP_STRINGS
  186. Language=English
  187. Unable to read the performance counter explain text strings of the
  188. %1!s! language ID.
  189. The Win32 status returned by the call is the first DWORD in Data section.
  190. .
  191. MessageId=3008
  192. Severity=Error
  193. Facility=Application
  194. SymbolicName=LDPRFMSG_MEMORY_ALLOCATION_FAILURE
  195. Language=English
  196. Unable to allocate a required memory buffer.
  197. .
  198. MessageId=3009
  199. Severity=Error
  200. Facility=Application
  201. SymbolicName=LDPRFMSG_LOAD_FAILURE
  202. Language=English
  203. Installing the performance counter strings for %1!s! failed. The
  204. Error code is the first DWORD in Data section.
  205. .
  206. MessageId=3011
  207. Severity=Error
  208. Facility=Application
  209. SymbolicName=LDPRFMSG_UNLOAD_FAILURE
  210. Language=English
  211. Unloading the performance counter strings for %1!s! failed. The
  212. Error code is the first DWORD in Data section.
  213. .
  214. MessageId=3012
  215. Severity=Error
  216. Facility=Application
  217. SymbolicName=LDPRFMSG_REGISTRY_BASEINDEX_CORRUPT
  218. Language=English
  219. The performance strings in the Performance registry value is corrupted.
  220. BaseIndex value from Performance registry is the first DWORD in Data section,
  221. LastCounter value is the second DWORD in Data section, and LastHelp value
  222. is the third DWORD in Data section.
  223. .
  224. MessageId=3013
  225. Severity=Error
  226. Facility=Application
  227. SymbolicName=LDPRFMSG_UNABLE_UPDATE_COUNTER_STRINGS
  228. Language=English
  229. Unable to update the performance counter strings of the %1!s! language ID.
  230. The Win32 status returned by the call is the first DWORD in Data section.
  231. .
  232. MessageId=3014
  233. Severity=Error
  234. Facility=Application
  235. SymbolicName=LDPRFMSG_UNABLE_UPDATE_HELP_STRINGS
  236. Language=English
  237. Unable to update the performance counter explain text strings of the
  238. %1!s! language ID.
  239. The Win32 status returned by the call is the first DWORD in Data section.
  240. .
  241. MessageId=3015
  242. Severity=Error
  243. Facility=Application
  244. SymbolicName=LDPRFMSG_CORRUPT_INDEX
  245. Language=English
  246. Index for %1!s! is corrupted. The index value is the first DWORD in Data section.
  247. .
  248. MessageId=3016
  249. Severity=Error
  250. Facility=Application
  251. SymbolicName=LDPRFMSG_UNABLE_UPDATE_VALUE
  252. Language=English
  253. Cannot update %1!1! value of %2!s! key. The error code is the first DWORD in
  254. Data section, updated value is the second DWORD in Data section.
  255. .
  256. MessageId=3017
  257. Severity=Error
  258. Facility=Application
  259. SymbolicName=LDPRFMSG_UNABLE_QUERY_VALUE
  260. Language=English
  261. Cannot update %1!1! value of %2!s! key. The error code is the first DWORD in
  262. Data section.
  263. .
  264. MessageId=3018
  265. Severity=Error
  266. Facility=Application
  267. SymbolicName=LDPRFMSG_CORRUPT_INDEX_RANGE
  268. Language=English
  269. %1!s! index range of service %2!s! is corrupted. The first DWORD in Data
  270. section contains the first index used while the second DWORD in Data section
  271. contains last index used.
  272. .
  273. ;#endif //_LDPRFMSG_H_