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.

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. ; PROCMSG.h
  8. ; (generated from PROCMSG.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 _PROCMSG_MC_H_
  22. ;#define _PROCMSG_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=PERFPROC_UNABLE_OPEN
  40. Language=English
  41. Unable to open the Disk performance object. The status code returned is
  42. in the first DWORD in the Data section.
  43. .
  44. MessageId=1001
  45. Severity=Error
  46. Facility=Application
  47. SymbolicName=PERFPROC_NOT_OPEN
  48. Language=English
  49. The attempt to collect Disk Performance data failed beause the DLL did
  50. not open successfully.
  51. .
  52. ;//
  53. ;// Module specific messages
  54. ;//
  55. MessageId=2000
  56. Severity=Error
  57. Facility=Application
  58. SymbolicName=PERFPROC_UNABLE_QUERY_PROCESS_INFO
  59. Language=English
  60. Unable to collect system process performance information. The status code
  61. returned is in the first DWORD in the Data section.
  62. .
  63. MessageId=2001
  64. Severity=Error
  65. Facility=Application
  66. SymbolicName=PERFPROC_UNABLE_QUERY_VM_INFO
  67. Language=English
  68. Unable to collect process virtual memory information. The status code
  69. returned is in the first DWORD in the Data section.
  70. .
  71. ;//
  72. MessageId=2002
  73. Severity=Warning
  74. Facility=Application
  75. SymbolicName=PERFPROC_UNABLE_OPEN_JOB
  76. Language=English
  77. Unable to open the job object %1 for query access.
  78. The calling process may not have permission to open this Job.
  79. The status returned is in the first DWORD in the Data section.
  80. .
  81. ;//
  82. MessageId=2003
  83. Severity=Warning
  84. Facility=Application
  85. SymbolicName=PERFPROC_UNABLE_QUERY_JOB_ACCT
  86. Language=English
  87. Unable to query the job object %1 for its accounting info.
  88. The calling process may not have permission to query this Job.
  89. The status returned is in the first DWORD in the Data section.
  90. .
  91. ;//
  92. MessageId=2004
  93. Severity=Warning
  94. Facility=Application
  95. SymbolicName=PERFPROC_UNABLE_QUERY_OBJECT_DIR
  96. Language=English
  97. Unable to query the %1 Object Directory to look for Job Objects.
  98. The calling process may not have permission to perform this query.
  99. The status returned is in the first DWORD in the Data section.
  100. .
  101. ;//
  102. MessageId=2005
  103. Severity=Warning
  104. Facility=Application
  105. SymbolicName=PERFPROC_UNABLE_QUERY_JOB_PIDS
  106. Language=English
  107. Unable to query the job object %1 for its Process IDs
  108. The calling process may not have permission to query this Job.
  109. The status returned is in the first DWORD in the Data section.
  110. .
  111. ;//
  112. MessageId=2006
  113. Severity=Warning
  114. Facility=Application
  115. SymbolicName=PERFPROC_UNABLE_ALLOCATE_JOB_DATA
  116. Language=English
  117. Unable to allocate memory for Job counters.
  118. .
  119. ;//
  120. ;#endif //_PROCMSG_MC_H_