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.

124 lines
3.5 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=1001
  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. The error code returned
  62. is in the first DWORD in the Data section.
  63. .
  64. MessageId=2001
  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. The error code returned is in
  72. the first DWORD in the Data section.
  73. .
  74. MessageId=2002
  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. The error code returned is in the first DWORD in
  81. the Data section.
  82. .
  83. MessageId=2003
  84. Severity=Error
  85. Facility=Application
  86. SymbolicName=PERFNET_UNABLE_READ_REDIR
  87. Language=English
  88. Unable to read performance data from the Redirector service.
  89. No Redirector performance data will be returned in this sample.
  90. The error code returned is in the first DWORD in the Data section.
  91. .
  92. MessageId=2004
  93. Severity=Error
  94. Facility=Application
  95. SymbolicName=PERFNET_UNABLE_OPEN_SERVER
  96. Language=English
  97. Unable to open the Server service. Server performance data
  98. will not be returned. The error code returned is in the first DWORD in
  99. the Data section.
  100. .
  101. MessageId=2005
  102. Severity=Error
  103. Facility=Application
  104. SymbolicName=PERFNET_UNABLE_READ_SERVER
  105. Language=English
  106. Unable to read performance data from the Server service.
  107. No Server performance data will be returned in this sample.
  108. The error code returned is in first DWORD in the Data section.
  109. The IOSB.Status is in the second DWORD and the IOSB.Information is
  110. the third DWORD.
  111. .
  112. MessageId=2006
  113. Severity=Error
  114. Facility=Application
  115. SymbolicName=PERFNET_UNABLE_READ_SERVER_QUEUE
  116. Language=English
  117. Unable to read Server Queue performance data from the Server service.
  118. No Server Queue performance data will be returned in this sample.
  119. The error code returned is in the first DWORD in the Data section.
  120. The IOSB.Status is second DWORD and the IOSB.Information is the third DWORD.
  121. .
  122. ;//
  123. ;#endif //_NETSVC_MC_H_