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.

193 lines
5.4 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; perfosmc.h
  8. ; (generated from perfosmc.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in PerfOS Perf DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 23-Oct-96 Bob Watson
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;#ifndef _PERFOS_MC_H_
  22. ;#define _PERFOS_MC_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. ;//
  34. ;// Common messages
  35. ;//
  36. MessageId=1000
  37. Severity=Error
  38. Facility=Application
  39. SymbolicName=PERFOS_UNABLE_OPEN
  40. Language=English
  41. Unable to open the object. The status code returned is in the first DWORD
  42. in the Data section.
  43. .
  44. MessageId=1001
  45. Severity=Error
  46. Facility=Application
  47. SymbolicName=PERFOS_NOT_OPEN
  48. Language=English
  49. The attempt to collect OS Performance data failed beause the DLL did
  50. not open successfully.
  51. .
  52. ;//
  53. ;// Module specific messages
  54. ;//
  55. MessageId=2000
  56. Severity=Warning
  57. Facility=Application
  58. SymbolicName=PERFOS_UNABLE_QUERY_PROCSSOR_INFO
  59. Language=English
  60. Unable to get processor performance information from system. The status
  61. code returned is in the first DWORD in the Data section.
  62. .
  63. MessageId=2001
  64. Severity=Warning
  65. Facility=Application
  66. SymbolicName=PERFOS_UNABLE_QUERY_INTERRUPT_INFO
  67. Language=English
  68. Unable to get interrupt performance information from system. The status
  69. code returned is in the first DWORD in the Data section.
  70. .
  71. MessageId=2002
  72. Severity=Warning
  73. Facility=Application
  74. SymbolicName=PERFOS_UNABLE_QUERY_FILE_CACHE_INFO
  75. Language=English
  76. Unable to get file cache performance information from system. The status
  77. code returned is in the first DWORD in the Data section.
  78. .
  79. MessageId=2003
  80. Severity=Warning
  81. Facility=Application
  82. SymbolicName=PERFOS_UNABLE_QUERY_PROCESS_OBJECT_INFO
  83. Language=English
  84. Unable to get process object information from system. The status
  85. code returned is in the first DWORD in the Data section.
  86. .
  87. MessageId=2004
  88. Severity=Warning
  89. Facility=Application
  90. SymbolicName=PERFOS_UNABLE_QUERY_THREAD_OBJECT_INFO
  91. Language=English
  92. Unable to get thread object information from system. The status
  93. code returned is in the first DWORD in the Data section.
  94. .
  95. MessageId=2005
  96. Severity=Warning
  97. Facility=Application
  98. SymbolicName=PERFOS_UNABLE_QUERY_EVENT_OBJECT_INFO
  99. Language=English
  100. Unable to get event object information from system. The status
  101. code returned is in the first DWORD in the Data section.
  102. .
  103. MessageId=2006
  104. Severity=Warning
  105. Facility=Application
  106. SymbolicName=PERFOS_UNABLE_QUERY_SEMAPHORE_OBJECT_INFO
  107. Language=English
  108. Unable to get semaphore object information from system. The status
  109. code returned is in the first DWORD in the Data section.
  110. .
  111. MessageId=2007
  112. Severity=Warning
  113. Facility=Application
  114. SymbolicName=PERFOS_UNABLE_QUERY_MUTEX_OBJECT_INFO
  115. Language=English
  116. Unable to get mutex object information from system. The status
  117. code returned is in the first DWORD in the Data section.
  118. .
  119. MessageId=2008
  120. Severity=Warning
  121. Facility=Application
  122. SymbolicName=PERFOS_UNABLE_QUERY_SECTION_OBJECT_INFO
  123. Language=English
  124. Unable to get section object information from system. The status
  125. code returned is in the first DWORD in the Data section.
  126. .
  127. MessageId=2009
  128. Severity=Error
  129. Facility=Application
  130. SymbolicName=PERFOS_UNABLE_QUERY_BASIC_INFO
  131. Language=English
  132. Unable to get basic system configuration information. The status
  133. code returned is in the first DWORD in the Data section.
  134. .
  135. MessageId=2010
  136. Severity=Warning
  137. Facility=Application
  138. SymbolicName=PERFOS_UNABLE_QUERY_SYS_PERF_INFO
  139. Language=English
  140. Unable to get system performance information from system. The status
  141. code returned is in the first DWORD in the Data section.
  142. .
  143. MessageId=2011
  144. Severity=Warning
  145. Facility=Application
  146. SymbolicName=PERFOS_UNABLE_QUERY_PAGEFILE_INFO
  147. Language=English
  148. Unable to get system pagefile information from system. The status
  149. code returned is in the first DWORD in the Data section.
  150. .
  151. MessageId=2012
  152. Severity=Warning
  153. Facility=Application
  154. SymbolicName=PERFOS_UNABLE_QUERY_PROCESS_INFO
  155. Language=English
  156. Unable to get system process information from system. The status
  157. code returned is in the first DWORD in the Data section.
  158. .
  159. MessageId=2013
  160. Severity=Warning
  161. Facility=Application
  162. SymbolicName=PERFOS_UNABLE_QUERY_EXCEPTION_INFO
  163. Language=English
  164. Unable to get system exception information from system. The status
  165. code returned is in the first DWORD in the Data section.
  166. .
  167. MessageId=2014
  168. Severity=Warning
  169. Facility=Application
  170. SymbolicName=PERFOS_UNABLE_QUERY_REGISTRY_QUOTA_INFO
  171. Language=English
  172. Unable to get registry quota information from system. The status
  173. code returned is in the first DWORD in the Data section.
  174. .
  175. MessageId=2015
  176. Severity=Warning
  177. Facility=Application
  178. SymbolicName=PERFOS_UNABLE_QUERY_SYSTEM_TIME_INFO
  179. Language=English
  180. Unable to get system process information from system. The status
  181. code returned is in the first DWORD in the Data section.
  182. .
  183. MessageId=2016
  184. Severity=Warning
  185. Facility=Application
  186. SymbolicName=PERFOS_UNABLE_QUERY_IDLE_INFO
  187. Language=English
  188. Unable to get system processor idle information from system. The status
  189. code returned is in the first DWORD in the Data section.
  190. .
  191. ;
  192. ;#endif //_PERFOS_MC_H_