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.

195 lines
6.5 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) Microsoft Corporation. All rights reserved.
  4. ;
  5. ;Module Name:
  6. ;
  7. ; pnpmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Events which are logged by the PlugPlay Manager.
  12. ;
  13. ;Author:
  14. ;
  15. ; Robert Nelson (robertn) 10-Jan-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. ;
  21. ;//
  22. ;// Status values are 32 bit values layed out as follows:
  23. ;//
  24. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  25. ;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  26. ;// +---+-+-------------------------+-------------------------------+
  27. ;// |Sev|C| Facility | Code |
  28. ;// +---+-+-------------------------+-------------------------------+
  29. ;//
  30. ;// where
  31. ;//
  32. ;// Sev - is the severity code
  33. ;//
  34. ;// 00 - Success
  35. ;// 01 - Informational
  36. ;// 10 - Warning
  37. ;// 11 - Error
  38. ;//
  39. ;// C - is the Customer code flag
  40. ;//
  41. ;// Facility - is the facility code
  42. ;//
  43. ;// Code - is the facility's status code
  44. ;//
  45. ;
  46. ;
  47. MessageIdTypedef=DWORD
  48. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  49. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  50. Warning=0x2:STATUS_SEVERITY_WARNING
  51. Error=0x3:STATUS_SEVERITY_ERROR
  52. )
  53. FacilityNames=(PlugPlay=0x0)
  54. MessageId=0x0000 Facility=PlugPlay Severity=Error SymbolicName=ERR_CREATING_LOGON_EVENT
  55. Language=English
  56. Error creating logon event
  57. .
  58. MessageId=0x0001 Facility=PlugPlay Severity=Error SymbolicName=ERR_CREATING_INSTALL_EVENT
  59. Language=English
  60. Error creating install event
  61. .
  62. MessageId=0x0002 Facility=PlugPlay Severity=Error SymbolicName=ERR_CREATING_PENDING_INSTALL_EVENT
  63. Language=English
  64. Error creating pending install event
  65. .
  66. MessageId=0x0003 Facility=PlugPlay Severity=Error SymbolicName=ERR_CREATING_SETUP_PIPE
  67. Language=English
  68. Error creating setup pipe
  69. .
  70. MessageId=0x0004 Facility=PlugPlay Severity=Error SymbolicName=ERR_WRITING_SETUP_PIPE
  71. Language=English
  72. Error writing to setup pipe
  73. .
  74. MessageId=0x0005 Facility=PlugPlay Severity=Error SymbolicName=ERR_ALLOCATING_EVENT_BLOCK
  75. Language=English
  76. Error allocating event block
  77. .
  78. MessageId=0x0006 Facility=PlugPlay Severity=Error SymbolicName=ERR_ALLOCATING_NOTIFICATION_STRUCTURE
  79. Language=English
  80. Error allocating notification structure
  81. .
  82. MessageId=0x0007 Facility=PlugPlay Severity=Error SymbolicName=ERR_ALLOCATING_BROADCAST_HANDLE
  83. Language=English
  84. Error allocating broadcast handle
  85. .
  86. MessageId=0x0008 Facility=PlugPlay Severity=Error SymbolicName=ERR_ALLOCATING_BROADCAST_INTERFACE
  87. Language=English
  88. Error allocating broadcast device interface
  89. .
  90. MessageId=0x0009 Facility=PlugPlay Severity=Error SymbolicName=ERR_WRITING_SURPRISE_REMOVE_PIPE
  91. Language=English
  92. Error writing to surprise removal pipe
  93. .
  94. MessageId=0x000A Facility=PlugPlay Severity=Error SymbolicName=ERR_WRITING_SERVER_INSTALL_PIPE
  95. Language=English
  96. Error writing to server side install pipe
  97. .
  98. MessageId=0x000B Facility=PlugPlay Severity=Error SymbolicName=ERR_SURPRISE_REMOVAL_1
  99. Language=English
  100. The device %1 disappeared from the system without first being prepared for removal.
  101. .
  102. MessageId=0x000C Facility=PlugPlay Severity=Error SymbolicName=ERR_SURPRISE_REMOVAL_2
  103. Language=English
  104. The device '%1' (%2) disappeared from the system without first being prepared for removal.
  105. .
  106. MessageId=0x000D Facility=PlugPlay Severity=Error SymbolicName=ERR_PROCESSING_RUNONCE
  107. Language=English
  108. Error processing one or more RunOnce entries during server-side device installation.
  109. .
  110. MessageId=0x0100 Facility=PlugPlay Severity=Warning SymbolicName=WRN_INTERFACE_CHANGE_TIMED_OUT
  111. Language=English
  112. Timed out sending notification of device interface change to window of "%1"
  113. .
  114. MessageId=0x0101 Facility=PlugPlay Severity=Warning SymbolicName=WRN_TARGET_DEVICE_CHANGE_TIMED_OUT
  115. Language=English
  116. Timed out sending notification of target device change to window of "%1"
  117. .
  118. MessageId=0x0102 Facility=PlugPlay Severity=Warning SymbolicName=WRN_PRIVATE_TARGET_DEVICE_CHANGE_TIMED_OUT
  119. Language=English
  120. Timed out sending private notification of target device change to window of "%1"
  121. .
  122. MessageId=0x0103 Facility=PlugPlay Severity=Warning SymbolicName=WRN_CANCEL_NOTIFICATION_TIMED_OUT
  123. Language=English
  124. Timed out sending notification of target device change cancel to window of "%1"
  125. .
  126. MessageId=0x0104 Facility=PlugPlay Severity=Warning SymbolicName=WRN_TARGET_DEVICE_CHANGE_SERVICE_VETO
  127. Language=English
  128. The service "%1" vetoed a target device change request.
  129. .
  130. MessageId=0x0105 Facility=PlugPlay Severity=Warning SymbolicName=WRN_HWPROFILE_CHANGE_SERVICE_VETO
  131. Language=English
  132. The service "%1" vetoed a hardware profile change request.
  133. .
  134. MessageId=0x0106 Facility=PlugPlay Severity=warning SymbolicName=WRN_POWER_EVENT_SERVICE_VETO
  135. Language=English
  136. The service "%1" vetoed a power event request.
  137. .
  138. MessageId=0x0107 Facility=PlugPlay Severity=warning SymbolicName=WRN_STOPPED_SERVICE_REGISTERED
  139. Language=English
  140. The service "%1" may not have unregistered for device event notifications before it was stopped.
  141. .
  142. MessageId=0x0108 Facility=PlugPlay Severity=warning SymbolicName=WRN_NEWDEV_NOT_PRESENT
  143. Language=English
  144. Client side device installation was not performed because the file "%1" was not found.
  145. .
  146. MessageId=0x0109 Facility=PlugPlay Severity=warning SymbolicName=WRN_HOTPLUG_NOT_PRESENT
  147. Language=English
  148. HotPlug notification was not performed because the file "%1" was not found.
  149. .
  150. MessageId=0x010A Facility=PlugPlay Severity=warning SymbolicName=WRN_EMBEDDEDNT_UI_SUPPRESSED
  151. Language=English
  152. Plug and Play user-interface dialogs have been suppressed on EmbeddedNT.
  153. .
  154. MessageId=0x010B Facility=PlugPlay Severity=warning SymbolicName=WRN_NEWDEV_UI_SUPPRESSED
  155. Language=English
  156. Client side device installation was not performed for "%1" because all user-interface dialogs have been suppressed.
  157. .
  158. MessageId=0x010C Facility=PlugPlay Severity=warning SymbolicName=WRN_HOTPLUG_UI_SUPPRESSED
  159. Language=English
  160. HotPlug notification was not performed for "%1" because all user-interface dialogs have been suppressed.
  161. .
  162. MessageId=0x010D Facility=PlugPlay Severity=warning SymbolicName=WRN_REBOOT_UI_SUPPRESSED
  163. Language=English
  164. Did not prompt a user for reboot because all user-interface dialogs have been suppressed.
  165. .
  166. MessageId=0x010E Facility=PlugPlay Severity=warning SymbolicName=WRN_FACTORY_UI_SUPPRESSED
  167. Language=English
  168. Plug and Play user-interface dialogs have been suppressed in Factory Mode.
  169. .