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.

231 lines
5.5 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; atkctrs.h
  8. ; (derived from atkctrs.mc by the message compiler )
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in ATKCTRS.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 01-Oct-1993 Sue Adams (suea)
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;//
  22. ;#ifndef _ATKCTRS_H_
  23. ;#define _ATKCTRS_H_
  24. ;//
  25. MessageIdTypedef=DWORD
  26. ;//
  27. ;// Perfutil messages
  28. ;//
  29. MessageId=1900
  30. Severity=Informational
  31. Facility=Application
  32. SymbolicName=UTIL_LOG_OPEN
  33. Language=English
  34. An extensible counter has opened the Event Log for ATKCTRS.DLL
  35. .
  36. ;//
  37. MessageId=1999
  38. Severity=Informational
  39. Facility=Application
  40. SymbolicName=UTIL_CLOSING_LOG
  41. Language=English
  42. An extensible counter has closed the Event Log for ATKCTRS.DLL
  43. .
  44. ;//
  45. MessageId=2000
  46. Severity=Error
  47. Facility=Application
  48. SymbolicName=ATKPERF_OPEN_FILE_DRIVER_ERROR
  49. Language=English
  50. Unable to open driver containing Appletalk performance data.
  51. To view the AppleTalk counters from Perfmon.exe, make sure the Appletalk driver has been started.
  52. .
  53. ;//
  54. MessageId=+1
  55. Severity=Error
  56. Facility=Application
  57. SymbolicName=ATKPERF_UNABLE_DO_IOCTL
  58. Language=English
  59. Unable to perform ioctl to device driver containing Appletalk performance data.
  60. To view the Appletalk counters from Perfmon.exe, make sure the Appletalk driver has been started.
  61. .
  62. ;//
  63. MessageId=+1
  64. Severity=Error
  65. Facility=Application
  66. SymbolicName=ATKPERF_UNABLE_OPEN_DRIVER_KEY
  67. Language=English
  68. Unable open "Performance" key of Appletalk driver in registy. Status code is returned in data.
  69. .
  70. ;//
  71. MessageId=+1
  72. Severity=Error
  73. Facility=Application
  74. SymbolicName=ATKPERF_UNABLE_READ_FIRST_COUNTER
  75. Language=English
  76. Unable to read the "First Counter" value under the AppleTalk\Performance Key. Status codes returned in data.
  77. .
  78. ;//
  79. MessageId=+1
  80. Severity=Error
  81. Facility=Application
  82. SymbolicName=ATKPERF_UNABLE_READ_FIRST_HELP
  83. Language=English
  84. Unable to read the "First Help" value under the AppleTalk\Performance Key. Status codes returned in data.
  85. .
  86. ;//
  87. MessageId=3000
  88. Severity=Informational
  89. Facility=Application
  90. SymbolicName=ATK_OPEN_ENTERED
  91. Language=English
  92. OpenATKPerformanceData routine entered.
  93. .
  94. ;//
  95. MessageId=+1
  96. Severity=Error
  97. Facility=Application
  98. SymbolicName=ATK_OPEN_FILE_ERROR
  99. Language=English
  100. Unable to open ATK device for R access. Returning IO Status Block in Data.
  101. .
  102. ;//
  103. MessageId=+1
  104. Severity=Error
  105. Facility=Application
  106. SymbolicName=ATK_OPEN_FILE_SUCCESS
  107. Language=English
  108. Opened ATK device for R access.
  109. .
  110. ;//
  111. MessageId=+1
  112. Severity=Error
  113. Facility=Application
  114. SymbolicName=ATK_IOCTL_FILE_ERROR
  115. Language=English
  116. Error requesting data from Device IO Control. Returning IO Status Block.
  117. .
  118. ;//
  119. MessageId=+1
  120. Severity=Error
  121. Facility=Application
  122. SymbolicName=ATK_UNABLE_READ_DEVICE
  123. Language=English
  124. Unable to read data from the ATK device.
  125. .
  126. ;//
  127. MessageId=+1
  128. Severity=Error
  129. Facility=Application
  130. SymbolicName=ATK_IOCTL_FILE
  131. Language=English
  132. Data received from Device IO Control. Returning IO Status Block.
  133. .
  134. ;//
  135. MessageId=3099
  136. Severity=Informational
  137. Facility=Application
  138. SymbolicName=ATK_OPEN_PERFORMANCE_DATA
  139. Language=English
  140. OpenAtkPerformanceData routine completed successfully.
  141. .
  142. ;//
  143. MessageId=3100
  144. Severity=Informational
  145. Facility=Application
  146. SymbolicName=ATK_COLLECT_ENTERED
  147. Language=English
  148. CollecAtkPerformanceData routine entered.
  149. .
  150. ;//
  151. MessageId=+1
  152. Severity=Warning
  153. Facility=Application
  154. SymbolicName=ATK_NULL_HANDLE
  155. Language=English
  156. A Null ATK device handle was encountered in the Collect routine. The ATK file was probably not opened in the Open routine.
  157. .
  158. ;//
  159. MessageId=+1
  160. Severity=Informational
  161. Facility=Application
  162. SymbolicName=ATK_FOREIGN_DATA_REQUEST
  163. Language=English
  164. A request for data from a foreign computer was received by the ATK Collection routine. This request was ignored and no data was returned.
  165. .
  166. ;//
  167. MessageId=+1
  168. Severity=Informational
  169. Facility=Application
  170. SymbolicName=ATK_UNSUPPORTED_ITEM_REQUEST
  171. Language=English
  172. A request for a counter object not provided by the ATK Collection routine was received.
  173. .
  174. ;//
  175. MessageId=+1
  176. Severity=Error
  177. Facility=Application
  178. SymbolicName=ATK_QUERY_INFO_ERROR
  179. Language=English
  180. The request for data from the ATK Device IO Control failed. Returning the IO Status Block.
  181. .
  182. ;//
  183. MessageId=+1
  184. Severity=Informational
  185. Facility=Application
  186. SymbolicName=ATK_QUERY_INFO_SUCCESS
  187. Language=English
  188. Successful data request from the ATK device.
  189. .
  190. ;//
  191. MessageId=+1
  192. Severity=Error
  193. Facility=Application
  194. SymbolicName=ATK_DATA_BUFFER_SIZE_ERROR
  195. Language=English
  196. The buffer passed to CollectATKPerformanceData was too small to receive the data. No data was returned. The message data shows the available and the required buffer size.
  197. .
  198. ;//
  199. MessageId=+1
  200. Severity=Error
  201. Facility=Application
  202. SymbolicName=ATK_DATA_BUFFER_SIZE_SUCCESS
  203. Language=English
  204. The buffer passed was large enough for the counter data. The counters will now be loaded.
  205. .
  206. ;//
  207. MessageId=3199
  208. Severity=Informational
  209. Facility=Application
  210. SymbolicName=ATK_COLLECT_DATA
  211. Language=English
  212. CollectATKPerformanceData routine successfully completed.
  213. .
  214. ;//
  215. MessageId=3200
  216. Severity=Informational
  217. Facility=Application
  218. SymbolicName=ATK_CLOSE_ENTERED
  219. Language=English
  220. CloseATKPerformanceData routine entered.
  221. .
  222. ;//
  223. MessageId=3299
  224. Severity=Informational
  225. Facility=Application
  226. SymbolicName=ATK_CLOSING_LOG
  227. Language=English
  228. ATK counters are requesting Event Log access to close.
  229. .
  230. ;//
  231. ;#endif // _ATKCTRS_H_
  232.