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.

293 lines
9.9 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992-1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; perflib.h
  8. ; (generated from perflib.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definitions used by routines in Perflib
  13. ;
  14. ;Created:
  15. ;
  16. ; 31-Oct-95 Bob Watson
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;#ifndef _PRFLBMSG_H_
  22. ;#define _PRFLBMSG_H_
  23. ;
  24. MessageIdTypedef=DWORD
  25. ;//
  26. ;// Perflib 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. MessageId=1000
  34. Severity=Error
  35. Facility=Application
  36. SymbolicName=PERFLIB_ACCESS_DENIED
  37. Language=English
  38. Access to performance data was denied to %1!s! as attempted from
  39. %2!s!
  40. .
  41. MessageId=1001
  42. Severity=Error
  43. Facility=Application
  44. SymbolicName=PERFLIB_BUFFER_OVERFLOW
  45. Language=English
  46. The buffer size returned by a collect procedure in Extensible Counter
  47. DLL "%1!s!" for the "%2!s!" service was larger than the space
  48. available. Performance data returned by counter DLL will be not be
  49. returned in Perf Data Block. The returned buffer size is the first
  50. DWORD in the attached data.
  51. .
  52. MessageId=1002
  53. Severity=Error
  54. Facility=Application
  55. SymbolicName=PERFLIB_GUARD_PAGE_VIOLATION
  56. Language=English
  57. A Guard Page was modified by a collect procedure in Extensible
  58. Counter DLL "%1!s!" for the "%2!s!" service. Performance data
  59. returned by counter DLL will be not be returned in Perf Data Block.
  60. .
  61. MessageId=1003
  62. Severity=Error
  63. Facility=Application
  64. SymbolicName=PERFLIB_INCORRECT_OBJECT_LENGTH
  65. Language=English
  66. The object length of an object returned by Extensible Counter DLL
  67. "%1!s!" for the "%2!s!" service was not correct. The sum of the
  68. object lengths returned did not match the size of the buffer
  69. returned. Performance data returned by counter DLL will be not be
  70. returned in Perf Data Block. The count of objects returned is the
  71. first DWORD in the attached data.
  72. .
  73. MessageId=1004
  74. Severity=Error
  75. Facility=Application
  76. SymbolicName=PERFLIB_INCORRECT_INSTANCE_LENGTH
  77. Language=English
  78. The instance length of an object returned by Extensible Counter
  79. DLL "%1!s!" for the "%2!s!" service was incorrect. The sum of the
  80. instance lengths plus the object definition structures did not match
  81. the size of the object. Performance data returned by counter DLL will
  82. be not be returned in Perf Data Block. The object title index of the
  83. bad object is the first DWORD in the attached data.
  84. .
  85. MessageId=1005
  86. Severity=Error
  87. Facility=Application
  88. SymbolicName=PERFLIB_OPEN_PROC_NOT_FOUND
  89. Language=English
  90. Unable to locate the open procedure "%1!s!" in DLL "%2!s!" for
  91. the "%3!s!" service. Performance data for this service will not be
  92. available. The Error Status is the first DWORD in the attached
  93. data.
  94. .
  95. MessageId=1006
  96. Severity=Error
  97. Facility=Application
  98. SymbolicName=PERFLIB_COLLECT_PROC_NOT_FOUND
  99. Language=English
  100. Unable to locate the collect procedure "%1!s!" in DLL "%2!s!" for the
  101. "%3!s!" service. Performance data for this service will not be
  102. available. The Error Status is the first DWORD in the attached
  103. data.
  104. .
  105. MessageId=1007
  106. Severity=Error
  107. Facility=Application
  108. SymbolicName=PERFLIB_CLOSE_PROC_NOT_FOUND
  109. Language=English
  110. Unable to locate the close procedure "%1!s!" in DLL "%2!s!" for the
  111. "%3!s!" service. Performance data for this service will not be
  112. available. The Error Status is the first DWORD in the attached
  113. data.
  114. .
  115. MessageId=1008
  116. Severity=Error
  117. Facility=Application
  118. SymbolicName=PERFLIB_OPEN_PROC_FAILURE
  119. Language=English
  120. The Open Procedure for service "%1!s!" in DLL "%2!s!" failed.
  121. Performance data for this service will not be available. The Status code
  122. returned is the first DWORD in the attached data.
  123. .
  124. MessageId=1009
  125. Severity=Error
  126. Facility=Application
  127. SymbolicName=PERFLIB_OPEN_PROC_EXCEPTION
  128. Language=English
  129. The Open Procedure for service "%1!s!" in DLL "%2!s!" generated an
  130. exception. Performance data for this service will not be available.
  131. The Exception code returned is the first DWORD in the attached data.
  132. .
  133. MessageId=1010
  134. Severity=Error
  135. Facility=Application
  136. SymbolicName=PERFLIB_COLLECT_PROC_EXCEPTION
  137. Language=English
  138. The Collect Procedure for the "%1!s!" service in DLL "%2!s!" generated an
  139. exception or returned an invalid status. Performance data returned by
  140. counter DLL will be not be returned in Perf Data Block. The exception or
  141. status code returned is the first DWORD in the attached data.
  142. .
  143. MessageId=1013
  144. Severity=Error
  145. Facility=Application
  146. SymbolicName=PERFLIB_HEAP_ERROR
  147. Language=English
  148. The collect procedure in Extensible Counter DLL "%1!s!" for the "%2!s!"
  149. service returned a buffer that was larger than the space allocated and
  150. may have corrupted the application's heap. This DLL should be disabled
  151. or removed from the system until the problem has been corrected to
  152. prevent further corruption. The application accessing this performance
  153. data should be restarted. The Performance data returned by counter
  154. DLL will be not be returned in Perf Data Block. The Overflow size is
  155. the first DWORD in the attached data.
  156. .
  157. MessageId=1015
  158. Severity=Error
  159. Facility=Application
  160. SymbolicName=PERFLIB_COLLECTION_HUNG
  161. Language=English
  162. The timeout waiting for the performance data collection function "%1!s!"
  163. in the "%2!s!" Library to finish has expired. There may be a problem with
  164. this extensible counter or the service it is collecting data from or the
  165. system may have been very busy when this call was attempted.
  166. .
  167. MessageId=1016
  168. Severity=Warning
  169. Facility=Application
  170. SymbolicName=PERFLIB_BUFFER_ALIGNMENT_ERROR
  171. Language=English
  172. The data buffer created for the "%1!s!" service in the "%2!s!" library is not
  173. aligned on an 8-byte boundary. This may cause problems for applications that are
  174. trying to read the performance data buffer. Contact the manufacturer of this
  175. library or service to have this problem corrected or to get a newer version
  176. of this library.
  177. .
  178. MessageId=1017
  179. Severity=Error
  180. Facility=Application
  181. SymbolicName=PERFLIB_LIBRARY_DISABLED
  182. Language=English
  183. Performance counter data collection from the "%1!s!" service has been disabled
  184. due to one or more errors generated by the performance counter library for that
  185. service. The error(s) that forced this action have been written to the application
  186. event log. The error(s) should be corrected before the performance counters
  187. for this service are enabled again.
  188. .
  189. MessageId=1018
  190. Severity=Error
  191. Facility=Application
  192. SymbolicName=PERFLIB_LIBRARY_TEMP_DISABLED
  193. Language=English
  194. Performance counter data collection from the "%1!s!" service has been disabled
  195. for this session due to one or more errors generated by the performance counter
  196. library for that service. The error(s) that forced this action have been written
  197. to the application event log.
  198. .
  199. MessageId=1019
  200. Severity=Error
  201. Facility=Application
  202. SymbolicName=PERFLIB_INVALID_DEFINITION_BLOCK
  203. Language=English
  204. A definition field in an object returned by Extensible Counter
  205. DLL "%1!s!" for the "%2!s!" service was incorrect. The sum of the
  206. definitions block lengths in the object definition structures did not
  207. match the size specified in the object definition header. Performance data
  208. returned by this counter DLL will be not be returned in Perf Data Block.
  209. The object title index of the bad object is the first DWORD in the attached
  210. data.
  211. .
  212. MessageId=1020
  213. Severity=Error
  214. Facility=Application
  215. SymbolicName=PERFLIB_INVALID_SIZE_RETURNED
  216. Language=English
  217. The size of the buffer used is greater than that passed to the collect
  218. function of the "%1!s!" Extensible Counter DLL for the "%2!s!" service.
  219. The size of the buffer passed in is the first DWORD and the size returned
  220. is the second DWORD in the attached data.
  221. .
  222. MessageId=2000
  223. Severity=Warning
  224. Facility=Application
  225. SymbolicName=PERFLIB_BUFFER_POINTER_MISMATCH
  226. Language=English
  227. The pointer returned did not match the buffer length returned by the
  228. Collect procedure for the "%1!s!" service in Extensible Counter DLL
  229. "%2!s!". The Length will be adjusted to match and the performance
  230. data will appear in the Perf Data Block. The returned length is the first
  231. DWORD, the new length is the second DWORD in the attached data.
  232. .
  233. MessageId=2001
  234. Severity=Warning
  235. Facility=Application
  236. SymbolicName=PERFLIB_NO_PERFORMANCE_SUBKEY
  237. Language=English
  238. The "%1!s!" service does not have a Performance subkey or the key
  239. could not be opened. No performance counters will be collected for
  240. this service. The Win32 error code is returned in the first DWORD in
  241. the attached data.
  242. .
  243. MessageId=2002
  244. Severity=Warning
  245. Facility=Application
  246. SymbolicName=PERFLIB_OPEN_PROC_TIMEOUT
  247. Language=English
  248. The open procedure for service "%1!s!" in DLL "%2!s!" has taken longer than
  249. the established wait time to complete. There may be a problem with
  250. this extensible counter or the service it is collecting data from or the
  251. system may have been very busy when this call was attempted.
  252. .
  253. MessageId=2003
  254. Severity=Warning
  255. Facility=Application
  256. SymbolicName=PERFLIB_NOT_TRUSTED_FILE
  257. Language=English
  258. The configuration information of the performance library "%1!s!" for the
  259. "%2!s!" service does not match the trusted performance library information
  260. stored in the registry. The functions in this library will not be treated
  261. as trusted.
  262. .
  263. MessageId=3002
  264. Severity=Error
  265. Facility=Application
  266. SymbolicName=PERFLIB_TOO_MANY_OBJECTS
  267. Language=English
  268. The number of objects allowed in a performance library has exceed the
  269. maximum supported.
  270. .
  271. MessageId=3003
  272. Severity=Error
  273. Facility=Application
  274. SymbolicName=PERFLIB_PROC_NAME_NOT_FOUND
  275. Language=English
  276. Unable to find the %1!s! Procedure name in the registry for service "%2!s!".
  277. Please check the application event log to make sure there were no problems
  278. encountered during installation of the "%2!s!" service and re-install its
  279. performance counter DLL.
  280. .
  281. MessageId=3004
  282. Severity=Error
  283. Facility=Application
  284. SymbolicName=PERFLIB_REGVALUE_NOT_FOUND
  285. Language=English
  286. Unable to find valid registry value "%1!s!" in the registry for service "%2!s!".
  287. Please check the application event log to make sure there were no problems
  288. encountered during installation of the "%2!s!" service and re-install its
  289. performance counter DLL.
  290. .
  291. ;
  292. ;#endif //_PRFLBMSG_H_