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.

149 lines
4.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. ; pdlmsg.h
  8. ; (generated from pdlmsg.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines by PerfDataLog Service
  13. ;
  14. ;Created:
  15. ;
  16. ; 12-Apr-96 Bob Watson (a-robw)
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;#ifndef _PDL_MSG_H_
  22. ;#define _PDL_MSG_H_
  23. MessageIdTypedef=DWORD
  24. ;//
  25. ;// PerfDataLog Service messages
  26. ;//
  27. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  28. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  29. Warning=0x2:STATUS_SEVERITY_WARNING
  30. Error=0x3:STATUS_SEVERITY_ERROR
  31. )
  32. ;//
  33. ;//
  34. ;// Informational messages
  35. ;//
  36. ;// None
  37. ;//
  38. ;// Warning Messages
  39. ;// These messages are returned when the function has completed
  40. ;// successfully but the results may be different than expected.
  41. ;//
  42. ;// MessageId=1000
  43. ;//
  44. ;// Error Messages
  45. ;// These messages are returned when the function could not complete
  46. ;// as requested and some corrective action may be required by the
  47. ;// the caller or the user.
  48. ;//
  49. MessageId=2000
  50. Severity=Error
  51. Facility=Application
  52. SymbolicName=PERFLOG_UNABLE_START_DISPATCHER
  53. Language=English
  54. Unable to initialize the service. Win32 error code returned is in the data.
  55. .
  56. MessageId=+1
  57. Severity=Error
  58. Facility=Application
  59. SymbolicName=PERFLOG_UNABLE_REGISTER_HANDLER
  60. Language=English
  61. Unable to register the Service Control Handler function. Win32 error code returned
  62. is in the data.
  63. .
  64. MessageId=+1
  65. Severity=Error
  66. Facility=Application
  67. SymbolicName=PERFLOG_UNABLE_OPEN_LOG_QUERY
  68. Language=English
  69. Unable to open the Log Query key in the registry. Error code is in the data.
  70. .
  71. MessageId=+1
  72. Severity=Error
  73. Facility=Application
  74. SymbolicName=PERFLOG_UNABLE_OPEN_LOG_FILE
  75. Language=English
  76. The service was unable to open the log file: %1 and will be stopped.
  77. Check the log folder for existence, spelling and permissions or reenter
  78. the log file name using the configuration program. The error code returned
  79. is in the data.
  80. .
  81. MessageId=+1
  82. Severity=Warning
  83. Facility=Application
  84. SymbolicName=PERFLOG_UNABLE_READ_LOG_QUERY
  85. Language=English
  86. Unable to read the Log Query configuration of the %1 query entry.
  87. This query will not be started.
  88. The Error code returned is shown in the data.
  89. .
  90. MessageId=+1
  91. Severity=Warning
  92. Facility=Application
  93. SymbolicName=PERFLOG_UNABLE_ALLOCATE_DATABLOCK
  94. Language=English
  95. Unable to allocate a data block for the %1 query entry.
  96. This query will not be started.
  97. The Error code returned is shown in the data.
  98. .
  99. MessageId=+1
  100. Severity=Warning
  101. Facility=Application
  102. SymbolicName=PERFLOG_UNABLE_START_THREAD
  103. Language=English
  104. Unable to start the logging thread for the %1 query entry.
  105. The Error code returned is shown in the data.
  106. .
  107. MessageId=+1
  108. Severity=Error
  109. Facility=Application
  110. SymbolicName=PERFLOG_UNABLE_READ_COUNTER_LIST
  111. Language=English
  112. Unable to read the list of counters to log for query %1 from the registry.
  113. This query will not be started. The Error code returned is shown in the data.
  114. .
  115. MessageId=+1
  116. Severity=ERROR
  117. Facility=Application
  118. SymbolicName=PERFLOG_UNABLE_ALLOC_COUNTER_LIST
  119. Language=English
  120. Unable to allocate the memory for the counter list of query %1. This
  121. query will not be started. The Error code returned is shown in the data.
  122. .
  123. MessageId=+1
  124. Severity=INFORMATIONAL
  125. Facility=Application
  126. SymbolicName=PERFLOG_LOGGING_QUERY
  127. Language=English
  128. Query %1 has been started or restarted and is logging data to file %2.
  129. .
  130. MessageId=+1
  131. Severity=ERROR
  132. Facility=Application
  133. SymbolicName=PERFLOG_UNABLE_UPDATE_LOG
  134. Language=English
  135. An error occured while trying to update the log with the current value.
  136. The service is stopping and the error code returned is in the data.
  137. Correct the error and restart the service.
  138. .
  139. MessageId=+1
  140. Severity=WARNING
  141. Facility=Application
  142. SymbolicName=PERFLOG_ALLOC_CMDFILE_BUFFER
  143. Language=English
  144. An error occured while trying to allocate memory for or read the command
  145. filename to be executed by Query %1. The service will continue, but no
  146. command file will be executed.
  147. .
  148. ;#endif //_PDL_MSG_H_
  149. ;// end of generated file
  150.