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.

642 lines
14 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. ; perfctr.h
  8. ; (generated from perfctr.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in PERFCTRS.DLL
  13. ;
  14. ;Created:
  15. ;
  16. ; 15-Oct-1992 Bob Watson (a-robw)
  17. ; 19-Aug-1998 Ramesh V K (rameshv) -- Added DHCP Server counters
  18. ;
  19. ;Revision History:
  20. ;
  21. ;--*/
  22. MessageIdTypedef=DWORD
  23. ;//
  24. ;// Perfutil messages
  25. ;//
  26. MessageId=1900
  27. Severity=Informational
  28. Facility=Application
  29. SymbolicName=UTIL_LOG_OPEN
  30. Language=English
  31. An extensible counter has opened the Event Log for PERFCTRS.DLL
  32. .
  33. ;//
  34. MessageId=1999
  35. Severity=Informational
  36. Facility=Application
  37. SymbolicName=UTIL_CLOSING_LOG
  38. Language=English
  39. An extensible counter has closed the Event Log for PERFCTRS.DLL
  40. .
  41. ;//
  42. ;// NBF Counter messages
  43. ;//
  44. MessageId=2000
  45. Severity=Informational
  46. Facility=Application
  47. SymbolicName=TDI_OPEN_ENTERED
  48. Language=English
  49. OpenTDIPerformanceData routine entered.
  50. .
  51. ;//
  52. MessageId=2001
  53. Severity=Error
  54. Facility=Application
  55. SymbolicName=TDI_OPEN_FILE_ERROR
  56. Language=English
  57. Unable to open TDI device for RW access. Returning IO Status Block in Data.
  58. .
  59. ;//
  60. MessageId=2002
  61. Severity=Error
  62. Facility=Application
  63. SymbolicName=TDI_OPEN_FILE_SUCCESS
  64. Language=English
  65. Opened TDI device for RW access.
  66. .
  67. ;//
  68. MessageId=2003
  69. Severity=Error
  70. Facility=Application
  71. SymbolicName=TDI_PROVIDER_INFO_MEMORY
  72. Language=English
  73. Unable to allocate memory for TDI Information block. Close one or more applications and retry.
  74. .
  75. ;//
  76. MessageId=2004
  77. Severity=Error
  78. Facility=Application
  79. SymbolicName=TDI_IOCTL_FILE_ERROR
  80. Language=English
  81. Error requesting data from Device IO Control. Returning IO Status Block.
  82. .
  83. ;//
  84. MessageId=2005
  85. Severity=Error
  86. Facility=Application
  87. SymbolicName=TDI_UNABLE_READ_DEVICE
  88. Language=English
  89. Unable to read data from the TDI device.
  90. .
  91. ;//
  92. MessageId=2006
  93. Severity=Error
  94. Facility=Application
  95. SymbolicName=TDI_IOCTL_FILE
  96. Language=English
  97. Data received from Device IO Control. Returning IO Status Block.
  98. .
  99. ;//
  100. MessageId=2007
  101. Severity=Error
  102. Facility=Application
  103. SymbolicName=TDI_PROVIDER_STATS_MEMORY
  104. Language=English
  105. Unable to allocate memory for TDI Statistics block. Close one or more applications and retry.
  106. .
  107. ;//
  108. MessageId=2099
  109. Severity=Informational
  110. Facility=Application
  111. SymbolicName=TDI_OPEN_PERFORMANCE_DATA
  112. Language=English
  113. TDIOpenPerformanceData routine completed successfully.
  114. .
  115. ;//
  116. MessageId=2100
  117. Severity=Informational
  118. Facility=Application
  119. SymbolicName=TDI_COLLECT_ENTERED
  120. Language=English
  121. TDICollectPerformanceData routine entered.
  122. .
  123. ;//
  124. MessageId=2101
  125. Severity=Warning
  126. Facility=Application
  127. SymbolicName=TDI_NULL_HANDLE
  128. Language=English
  129. A Null TDI device handle was encountered in the Collect routine. The TDI file was probably not opened in the Open routine.
  130. .
  131. ;//
  132. MessageId=2102
  133. Severity=Informational
  134. Facility=Application
  135. SymbolicName=TDI_FOREIGN_DATA_REQUEST
  136. Language=English
  137. A request for data from a foreign computer was received by the TDI Collection routine. This request was ignored and no data was returned.
  138. .
  139. ;//
  140. MessageId=2103
  141. Severity=Informational
  142. Facility=Application
  143. SymbolicName=TDI_UNSUPPORTED_ITEM_REQUEST
  144. Language=English
  145. A request for a counter object not provided by the TDI Collection routine was received.
  146. .
  147. ;//
  148. MessageId=2104
  149. Severity=Error
  150. Facility=Application
  151. SymbolicName=TDI_QUERY_INFO_ERROR
  152. Language=English
  153. The request for data from the TDI Device IO Control failed. Returning the IO Status Block.
  154. .
  155. ;//
  156. MessageId=2105
  157. Severity=Informational
  158. Facility=Application
  159. SymbolicName=TDI_QUERY_INFO_SUCCESS
  160. Language=English
  161. Successful data request from the TDI device.
  162. .
  163. ;//
  164. MessageId=2106
  165. Severity=Error
  166. Facility=Application
  167. SymbolicName=TDI_DATA_BUFFER_SIZE_ERROR
  168. Language=English
  169. The buffer passed to CollectTDIPerformanceData was too small to receive the data. No data was returned. The message data shows the available and the required buffer size.
  170. .
  171. ;//
  172. MessageId=2107
  173. Severity=Error
  174. Facility=Application
  175. SymbolicName=TDI_DATA_BUFFER_SIZE_SUCCESS
  176. Language=English
  177. The buffer passed was large enough for the counter data. The counters will now be loaded.
  178. .
  179. ;//
  180. MessageId=2199
  181. Severity=Informational
  182. Facility=Application
  183. SymbolicName=TDI_COLLECT_DATA
  184. Language=English
  185. CollectTDIPerformanceData routine successfully completed.
  186. .
  187. ;//
  188. MessageId=2200
  189. Severity=Informational
  190. Facility=Application
  191. SymbolicName=TDI_CLOSE_ENTERED
  192. Language=English
  193. CloseTDIPerformanceData routine entered.
  194. .
  195. ;//
  196. MessageId=2202
  197. Severity=Informational
  198. Facility=Application
  199. SymbolicName=TDI_PROVIDER_STATS_FREED
  200. Language=English
  201. Provider Stats data block released successfully
  202. .
  203. ;//
  204. MessageId=2203
  205. Severity=Warning
  206. Facility=Application
  207. SymbolicName=SPX_NO_DEVICE
  208. Language=English
  209. No SPX Devices are currently open or the NWLink SPX/SPXII service has
  210. not been started. SPX performance data cannot be collected.
  211. .
  212. ;//
  213. ;// NBT Counter messages
  214. ;//
  215. MessageId=3000
  216. Severity=Informational
  217. Facility=Application
  218. SymbolicName=NBT_OPEN_ENTERED
  219. Language=English
  220. OpenNbtPerformanceData routine entered
  221. .
  222. ;//
  223. MessageId=3099
  224. Severity=Informational
  225. Facility=Application
  226. SymbolicName=NBT_OPEN_PERFORMANCE_DATA
  227. Language=English
  228. OpenNbtPerformanceData routine completed successfully
  229. .
  230. ;//
  231. MessageId=3100
  232. Severity=Informational
  233. Facility=Application
  234. SymbolicName=NBT_COLLECT_ENTERED
  235. Language=English
  236. CollectNbtPerformanceData routine entered.
  237. .
  238. ;//
  239. MessageId=3101
  240. Severity=Error
  241. Facility=Application
  242. SymbolicName=NBT_IOCTL_INFO_ERROR
  243. Language=English
  244. Unable to read IO control information from an NBT device.
  245. A network device using the NBT protocol could not be queried.
  246. .
  247. ;//
  248. MessageId=3102
  249. Severity=Informational
  250. Facility=Application
  251. SymbolicName=NBT_IOCTL_INFO_SUCCESS
  252. Language=English
  253. NBT device IO Control information read successfully.
  254. .
  255. ;//
  256. MessageId=3103
  257. Severity=Error
  258. Facility=Application
  259. SymbolicName=NBT_DATA_BUFFER_SIZE
  260. Language=English
  261. The data buffer passed to the collection routine was too small to receive the data from the NBT device. No data was returned to the caller. The bytes available and the bytes required are in the message data.
  262. .
  263. ;//
  264. MessageId=3199
  265. Severity=Informational
  266. Facility=Application
  267. SymbolicName=NBT_COLLECT_DATA
  268. Language=English
  269. CollectNbtPerformanceData routine completed successfully
  270. .
  271. ;//
  272. MessageId=3200
  273. Severity=Informational
  274. Facility=Application
  275. SymbolicName=NBT_CLOSE
  276. Language=English
  277. CloseNbtPerformanceData routine entered
  278. .
  279. ;//
  280. ;// TCP/IP Performance counter events
  281. ;//
  282. MessageId=4000
  283. Severity=Informational
  284. Facility=Application
  285. SymbolicName=TCP_OPEN_ENTERED
  286. Language=English
  287. OpenTcpIpPerformanceData routine entered
  288. .
  289. ;//
  290. MessageId=4001
  291. Severity=Error
  292. Facility=Application
  293. SymbolicName=TCP_NBT_OPEN_FAIL
  294. Language=English
  295. NBT Open failed. See NBT error message.
  296. .
  297. ;//
  298. MessageId=4002
  299. Severity=Informational
  300. Facility=Application
  301. SymbolicName=TCP_NBT_OPEN_SUCCESS
  302. Language=English
  303. NBT Open succeeded.
  304. .
  305. ;//
  306. MessageId=4003
  307. Severity=Error
  308. Facility=Application
  309. SymbolicName=TCP_DSIS_OPEN_FAIL
  310. Language=English
  311. DSIS open failed. See DSIS error message
  312. .
  313. ;//
  314. MessageId=4004
  315. Severity=Informational
  316. Facility=Application
  317. SymbolicName=TCP_DSIS_OPEN_SUCCESS
  318. Language=English
  319. DSIS Open succeeded.
  320. .
  321. ;//
  322. MessageId=4005
  323. Severity=Error
  324. Facility=Application
  325. SymbolicName=TCP_LOAD_LIBRARY_FAIL
  326. Language=English
  327. Load of INETMIB1.DLL failed. Make sure the DLL file is in the PATH. WIN32 Error number is returned in the data.
  328. .
  329. ;//
  330. MessageId=4006
  331. Severity=Error
  332. Facility=Application
  333. SymbolicName=TCP_GET_STRTOOID_ADDR_FAIL
  334. Language=English
  335. Unable to look up address of SnmpMgrStrToOid routine in the MGMTAPI.DLL library. WIN32 Error number is returned in the data.
  336. .
  337. ;//
  338. MessageId=4007
  339. Severity=Error
  340. Facility=Application
  341. SymbolicName=TCP_LOAD_ROUTINE_FAIL
  342. Language=English
  343. Unable to look up address of an SNMP Extension routine in the INETMIB1.DLL library. WIN32 Error number is returned in the data.
  344. .
  345. ;//
  346. MessageId=4008
  347. Severity=Error
  348. Facility=Application
  349. SymbolicName=TCP_BAD_OBJECT
  350. Language=English
  351. Unable to look up ID of this object in MIB. Check for correct MIB.BIN file.
  352. .
  353. ;//
  354. MessageId=4009
  355. Severity=Informational
  356. Facility=Application
  357. SymbolicName=TCP_BINDINGS_INIT
  358. Language=English
  359. The TCP data Bindings array has been initialized
  360. .
  361. ;//
  362. MessageId=4010
  363. Severity=Error
  364. Facility=Application
  365. SymbolicName=TCP_COMPUTER_NAME
  366. Language=English
  367. Unable to get the Local Computer name. GetLastError code in data.
  368. .
  369. ;//
  370. MessageId=4011
  371. Severity=Error
  372. Facility=Application
  373. SymbolicName=TCP_SNMP_MGR_OPEN
  374. Language=English
  375. Unable to open the Snmp Mgr interface for the specified computer. GetLastError code returned in data.
  376. .
  377. ;//
  378. MessageId=4099
  379. Severity=Informational
  380. Facility=Application
  381. SymbolicName=TCP_OPEN_PERFORMANCE_DATA
  382. Language=English
  383. OpenTcpIpPerformanceData routine completed successfully.
  384. .
  385. ;//
  386. MessageId=4100
  387. Severity=Informational
  388. Facility=Application
  389. SymbolicName=TCP_COLLECT_ENTERED
  390. Language=English
  391. CollectTcpIpPerformanceData routine entered.
  392. .
  393. ;//
  394. MessageId=4101
  395. Severity=Informational
  396. Facility=Application
  397. SymbolicName=TCP_FOREIGN_COMPUTER_CMD
  398. Language=English
  399. Request for data from a DSIS foreign computer received.
  400. .
  401. ;//
  402. MessageId=4102
  403. Severity=Error
  404. Facility=Application
  405. SymbolicName=TCP_DSIS_COLLECT_DATA_ERROR
  406. Language=English
  407. The CollectDsisPerformanceData routine returned an error.
  408. .
  409. ;//
  410. MessageId=4103
  411. Severity=Warning
  412. Facility=Application
  413. SymbolicName=TCP_DSIS_NO_OBJECTS
  414. Language=English
  415. No objects were returned by the foreign computer.
  416. .
  417. ;//
  418. MessageId=4104
  419. Severity=Informational
  420. Facility=Application
  421. SymbolicName=TCP_DSIS_COLLECT_DATA_SUCCESS
  422. Language=English
  423. Information from the foriegn computer was retrieved successfully
  424. .
  425. ;//
  426. MessageId=4105
  427. Severity=Error
  428. Facility=Application
  429. SymbolicName=TCP_NBT_COLLECT_DATA
  430. Language=English
  431. CollectNbtPerformanceData routine returned an error.
  432. .
  433. ;//
  434. MessageId=4106
  435. Severity=Warning
  436. Facility=Application
  437. SymbolicName=TCP_NULL_SESSION
  438. Language=English
  439. No SNMP Mgr Session was established in the OpenTcpIpPerformanceData routine.
  440. .
  441. ;//
  442. MessageId=4107
  443. Severity=Error
  444. Facility=Application
  445. SymbolicName=TCP_SNMP_BUFFER_ALLOC_FAIL
  446. Language=English
  447. Insufficient memory was available to allocate an SNMP request buffer.
  448. .
  449. ;//
  450. MessageId=4108
  451. Severity=Error
  452. Facility=Application
  453. SymbolicName=TCP_SNMP_MGR_REQUEST
  454. Language=English
  455. SnmpMgrRequest call requesting the TCP, IP, UDP and Interface Counters returned an error. ErrorStatus and ErrorIndex values are shown in Data.
  456. .
  457. ;//
  458. MessageId=4110
  459. Severity=Error
  460. Facility=Application
  461. SymbolicName=TCP_ICMP_REQUEST
  462. Language=English
  463. SnmpMgrRequest call requesting ICMP Counters returned an error. ErrorStatus and ErrorIndex values are shown in Data.
  464. .
  465. ;//
  466. MessageId=4111
  467. Severity=Informational
  468. Facility=Application
  469. SymbolicName=TCP_NET_INTERFACE
  470. Language=English
  471. Processing NetInterface entries.
  472. .
  473. ;//
  474. MessageId=4112
  475. Severity=Warning
  476. Facility=Application
  477. SymbolicName=TCP_NET_BUFFER_SIZE
  478. Language=English
  479. Not enough room in buffer to store Network Interface data. Available and
  480. required buffer size is returned in data.
  481. .
  482. ;//
  483. MessageId=4113
  484. Severity=Error
  485. Facility=Application
  486. SymbolicName=TCP_NET_GETNEXT_REQUEST
  487. Language=English
  488. Error returned by SnmpGet (GETNEXT) request while processing Net Interface instances. ErrorStatus and ErrorIndex
  489. returned in Data.
  490. .
  491. ;//
  492. MessageId=4114
  493. Severity=Informational
  494. Facility=Application
  495. SymbolicName=TCP_COPYING_DATA
  496. Language=English
  497. Copying data from network requests to perfmon buffer.
  498. .
  499. ;//
  500. MessageId=4116
  501. Severity=Warning
  502. Facility=Application
  503. SymbolicName=TCP_NET_IF_BUFFER_SIZE
  504. Language=English
  505. Not enough room in buffer to store Network Protocol (IP, ICMP, TCP & UDP) data. Available and required buffer size is returned in data.
  506. .
  507. ;//
  508. MessageId=4119
  509. Severity=Warning
  510. Facility=Application
  511. SymbolicName=TCP_NULL_ICMP_BUFF
  512. Language=English
  513. A NULL ICMP data buffer was returned by SNMP. No ICMP data will be returned. This may be caused by a problem with the SNMP service.
  514. .
  515. ;//
  516. MessageId=4120
  517. Severity=Warning
  518. Facility=Application
  519. SymbolicName=TCP_NULL_TCP_BUFF
  520. Language=English
  521. A NULL TCP data buffer was returned by SNMP. No ICMP data will be returned. This may be caused by a problem with the SNMP service.
  522. .
  523. ;//
  524. MessageId=4121
  525. Severity=Warning
  526. Facility=Application
  527. SymbolicName=TCP_NULL_SNMP_BUFF
  528. Language=English
  529. A NULL buffer was returned by SNMP in response to a request for Network performance information. this may indicate a problem with the SNMP service.
  530. .
  531. ;//
  532. MessageId=4199
  533. Severity=Informational
  534. Facility=Application
  535. SymbolicName=TCP_COLLECT_DATA
  536. Language=English
  537. CollectTcpIpPerformanceData completed successfully.
  538. .
  539. ;//
  540. MessageId=4200
  541. Severity=Informational
  542. Facility=Application
  543. SymbolicName=TCP_ENTERING_CLOSE
  544. Language=English
  545. CloseTcpIpPerformanceData routine entered.
  546. .
  547. ;//
  548. MessageId=4201
  549. Severity=Error
  550. Facility=Application
  551. SymbolicName=TCP_SNMP_MGR_CLOSE
  552. Language=English
  553. Error returned by SNMP while trying to close session.
  554. .
  555. ;//
  556. ;// DHCP messages
  557. ;//
  558. ;
  559. MessageId=5300
  560. Severity=Informational
  561. Facility=Application
  562. SymbolicName=DHCP_OPEN_ENTERED
  563. Language=English
  564. OpenDhcpPerformanceData routine entered.
  565. .
  566. ;//
  567. ;
  568. MessageId=5301
  569. Severity=Informational
  570. Facility=Application
  571. SymbolicName=DHCP_OPEN_SUCCESS
  572. Language=English
  573. OpenDhcpPerformanceData routine completed successfully.
  574. .
  575. ;//
  576. ;
  577. MessageId=5302
  578. Severity=Informational
  579. Facility=Application
  580. SymbolicName=DHCP_OPEN_FAILURE
  581. Language=English
  582. OpenDhcpPerformanceData routine failed.
  583. .
  584. ;//
  585. ;
  586. MessageId=5303
  587. Severity=Informational
  588. Facility=Application
  589. SymbolicName=DHCP_COLLECT_ENTERED
  590. Language=English
  591. CollectDhcpPerformanceData routine entered.
  592. .
  593. ;//
  594. ;
  595. MessageId=5304
  596. Severity=Informational
  597. Facility=Application
  598. SymbolicName=DHCP_COLLECT_NO_MEM
  599. Language=English
  600. CollectDhcpPerformance routine retured ERROR_MORE_DATA.
  601. .
  602. ;//
  603. ;
  604. MessageId=5305
  605. Severity=Informational
  606. Facility=Application
  607. SymbolicName=DHCP_COLLECT_ERR
  608. Language=English
  609. CollectDhcpPerformance routine failed because Shared memory segment wasn't created.
  610. .
  611. ;//
  612. ;
  613. MessageId=5306
  614. Severity=Informational
  615. Facility=Application
  616. SymbolicName=DHCP_COLLECT_SUCCESS
  617. Language=English
  618. CollectDhcpPerformanceData routine completed successfully.
  619. .
  620. ;//
  621. ;
  622. MessageId=5307
  623. Severity=Informational
  624. Facility=Application
  625. SymbolicName=DHCP_CLOSE_ENTERED
  626. Language=English
  627. CloseDhcpPerformanceData routine was called.
  628. .
  629. ;//
  630. ;
  631. MessageId=5308
  632. Severity=WARNING
  633. Facility=Application
  634. SymbolicName=DHCP_NOT_INSTALLED
  635. Language=English
  636. The performance counters for the DHCP service have not been installed.
  637. No DHCP performance data will be available.
  638. .
  639. ;//
  640. ;// END of messages
  641. ;//