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.

121 lines
3.1 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. ; netsvcmc.h
  8. ; (generated from netsvcmc.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 _NETSVC_MC_H_
  22. ;#define _NETSVC_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=Warning
  38. Facility=Application
  39. SymbolicName=PERFNET_UNABLE_OPEN
  40. Language=English
  41. Unable to open the Network Services performance object.
  42. Status code returned is data DWORD 0.
  43. .
  44. MessageId=+1
  45. Severity=Error
  46. Facility=Application
  47. SymbolicName=PERFNET_NOT_OPEN
  48. Language=English
  49. The attempt to collect Network Services Performance data failed
  50. beause the DLL did not open successfully.
  51. .
  52. ;//
  53. ;// Module specific messages
  54. ;//
  55. MessageId=2000
  56. Severity=Error
  57. Facility=Application
  58. SymbolicName=PERFNET_UNABLE_OPEN_NETAPI32_DLL
  59. Language=English
  60. Unable to open the NETAPI32.DLL for the collection of Browser performance
  61. data. Browser performance data will not be returned. Error code returned
  62. is in data DWORD 0.
  63. .
  64. MessageId=+1
  65. Severity=Error
  66. Facility=Application
  67. SymbolicName=PERFNET_UNABLE_LOCATE_BROWSER_PERF_FN
  68. Language=English
  69. Unable to locate the Query function for the Browser Performance data in the
  70. NETAPI32.DLL for the collection of Browser performance data. Browser
  71. performance data will not be returned. Error code returned is in
  72. data DWORD 0.
  73. .
  74. MessageId=+1
  75. Severity=Error
  76. Facility=Application
  77. SymbolicName=PERFNET_UNABLE_OPEN_REDIR
  78. Language=English
  79. Unable to open the Redirector service. Redirector performance data
  80. will not be returned. Error code returned is in data DWORD 0.
  81. .
  82. MessageId=+1
  83. Severity=Error
  84. Facility=Application
  85. SymbolicName=PERFNET_UNABLE_READ_REDIR
  86. Language=English
  87. Unable to read performance data from the Redirector service.
  88. No Redirector performance data will be returned in this sample.
  89. Error code returned is in data DWORD 0.
  90. .
  91. MessageId=+1
  92. Severity=Error
  93. Facility=Application
  94. SymbolicName=PERFNET_UNABLE_OPEN_SERVER
  95. Language=English
  96. Unable to open the Server service. Server performance data
  97. will not be returned. Error code returned is in data DWORD 0.
  98. .
  99. MessageId=+1
  100. Severity=Error
  101. Facility=Application
  102. SymbolicName=PERFNET_UNABLE_READ_SERVER
  103. Language=English
  104. Unable to read performance data from the Server service.
  105. No Server performance data will be returned in this sample.
  106. Error code returned is in data DWORD 0, IOSB.Status is DWORD 1 and
  107. the IOSB.Information is DWORD 2.
  108. .
  109. MessageId=+1
  110. Severity=Error
  111. Facility=Application
  112. SymbolicName=PERFNET_UNABLE_READ_SERVER_QUEUE
  113. Language=English
  114. Unable to read Server Queue performance data from the Server service.
  115. No Server Queue performance data will be returned in this sample.
  116. Error code returned is in data DWORD 0, IOSB.Status is DWORD 1 and
  117. the IOSB.Information is DWORD 2.
  118. .
  119. ;//
  120. ;#endif //_NETSVC_MC_H_