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.

184 lines
5.9 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1998-1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; wbprfmsg.h
  8. ; (generated from wbprfmsg.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in the WBEM Perf Data Provider
  13. ;
  14. ;Created:
  15. ;
  16. ; 8-Jun-98 Bob Watson
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;#ifndef _WBPRFMSG_H_
  22. ;#define _WBPRFMSG_H_
  23. ;
  24. MessageIdTypedef=DWORD
  25. ;//
  26. ;// 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=WBEMPERF_BUFFER_OVERFLOW
  37. Language=English
  38. The buffer size returned by a collect procedure in Extensible Counter
  39. DLL "%1!s!" for the "%2!s!" service was larger than the space
  40. available. Performance data returned by counter DLL will be not be
  41. returned in Perf Data Block. Overflow size is data DWORD 0.
  42. .
  43. MessageId=+1
  44. Severity=Error
  45. Facility=Application
  46. SymbolicName=WBEMPERF_GUARD_PAGE_VIOLATION
  47. Language=English
  48. A Guard Page was modified by a collect procedure in Extensible
  49. Counter DLL "%1!s!" for the "%2!s!" service. Performance data
  50. returned by counter DLL will be not be returned in Perf Data Block.
  51. .
  52. MessageId=+1
  53. Severity=Error
  54. Facility=Application
  55. SymbolicName=WBEMPERF_INCORRECT_OBJECT_LENGTH
  56. Language=English
  57. The object length of an object returned by Extensible Counter DLL
  58. "%1!s!" for the "%2!s!" service was not correct. The sum of the
  59. object lengths returned did not match the size of the buffer
  60. returned. Performance data returned by counter DLL will be not be
  61. returned in Perf Data Block. Count of objects returned is data
  62. DWORD 0.
  63. .
  64. MessageId=+1
  65. Severity=Error
  66. Facility=Application
  67. SymbolicName=WBEMPERF_INCORRECT_INSTANCE_LENGTH
  68. Language=English
  69. The instance length of an object returned by Extensible Counter
  70. DLL "%1!s!" for the "%2!s!" service was incorrect. The sum of the
  71. instance lengths plus the object definition structures did not match
  72. the size of the object. Performance data returned by counter DLL will
  73. be not be returned in Perf Data Block. The object title index of the
  74. bad object is data DWORD 0.
  75. .
  76. MessageId=+1
  77. Severity=Error
  78. Facility=Application
  79. SymbolicName=WBEMPERF_OPEN_PROC_NOT_FOUND
  80. Language=English
  81. Unable to locate the open procedure "%1!s!" in DLL "%2!s!" for
  82. the "%3!s!" service. Performance data for this service will not be
  83. available. Error Status is data DWORD 0.
  84. .
  85. MessageId=+1
  86. Severity=Error
  87. Facility=Application
  88. SymbolicName=WBEMPERF_COLLECT_PROC_NOT_FOUND
  89. Language=English
  90. Unable to locate the collect procedure "%1!s!" in DLL "%2!s!" for the
  91. "%3!s!" service. Performance data for this service will not be
  92. available. Error Status is data DWORD 0.
  93. .
  94. MessageId=+1
  95. Severity=Error
  96. Facility=Application
  97. SymbolicName=WBEMPERF_CLOSE_PROC_NOT_FOUND
  98. Language=English
  99. Unable to locate the close procedure "%1!s!" in DLL "%2!s!" for the
  100. "%3!s!" service. Performance data for this service will not be
  101. available. Error Status is data DWORD 0.
  102. .
  103. MessageId=+1
  104. Severity=Error
  105. Facility=Application
  106. SymbolicName=WBEMPERF_OPEN_PROC_FAILURE
  107. Language=English
  108. The Open Procedure for service "%1!s!" in DLL "%2!s!" failed.
  109. Performance data for this service will not be available. Status code
  110. returned is DWORD 0.
  111. .
  112. MessageId=+1
  113. Severity=Error
  114. Facility=Application
  115. SymbolicName=WBEMPERF_OPEN_PROC_EXCEPTION
  116. Language=English
  117. The Open Procedure for service "%1!s!" in DLL "%2!s!" generated an
  118. exception. Performance data for this service will not be available.
  119. Exception code returned is DWORD 0.
  120. .
  121. MessageId=+1
  122. Severity=Error
  123. Facility=Application
  124. SymbolicName=WBEMPERF_COLLECT_PROC_EXCEPTION
  125. Language=English
  126. The Collect Procedure for the "%1!s!" service in DLL "%2!s!" generated an
  127. exception or returned an invalid status. Performance data returned by
  128. counter DLL will be not be returned in Perf Data Block. Exception or
  129. status code returned is DWORD 0.
  130. .
  131. MessageId=+1
  132. Severity=Error
  133. Facility=Application
  134. SymbolicName=WBEMPERF_LIBRARY_NOT_FOUND
  135. Language=English
  136. The library file "%2!s!" specified for the "%1!s!" service could not
  137. be opened. Performance data for this service will not be available.
  138. Status code is data DWORD 0.
  139. .
  140. MessageId=+1
  141. Severity=Error
  142. Facility=Application
  143. SymbolicName=WBEMPERF_HEAP_ERROR
  144. Language=English
  145. The collect procedure in Extensible Counter DLL "%1!s!" for the "%2!s!"
  146. service returned a buffer that was larger than the space allocated and
  147. may have corrupted the application's heap. This DLL should be disabled
  148. or removed from the system until the problem has been corrected to
  149. prevent further corruption. The application accessing this performance
  150. data should be restarted. The Performance data returned by counter
  151. DLL will be not be returned in Perf Data Block. Overflow size is
  152. data DWORD 0.
  153. .
  154. MessageId=2000
  155. Severity=Warning
  156. Facility=Application
  157. SymbolicName=WBEMPERF_BUFFER_POINTER_MISMATCH
  158. Language=English
  159. The pointer returned did not match the buffer length returned by the
  160. Collect procedure for the "%1!s!" service in Extensible Counter DLL
  161. "%2!s!". The Length will be adjusted to match and the performance
  162. data will appear in the Perf Data Block. The returned length is data
  163. DWORD 0, the new length is data DWORD 1.
  164. .
  165. MessageId=+1
  166. Severity=Warning
  167. Facility=Application
  168. SymbolicName=WBEMPERF_OPEN_PROC_TIMEOUT
  169. Language=English
  170. The open procedure for service "%1!s!" in DLL "%2!s!" has taken longer than
  171. the established wait time to complete. The wait time in milliseconds is
  172. shown in the data.
  173. .
  174. MessageId=+1
  175. Severity=Warning
  176. Facility=Application
  177. SymbolicName=WBEMPERF_TOO_MANY_OBJECT_IDS
  178. Language=English
  179. Too many object IDs are in the object list "%1!s!" for the service "%2!s!"
  180. in DLL "%3!s!"
  181. .
  182. ;
  183. ;#endif //_WBPRFMSG_H_