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.

214 lines
5.5 KiB

  1. /*************************************************************************
  2. *
  3. * notifyev.h !!!! DO NOT EDIT THIS FILE !!!!
  4. *
  5. * Winlogon notification DLL error codes
  6. *
  7. * NOTE: generated from: \nt\private\dllmerge\wlnotify\notifyev.mc
  8. *
  9. *
  10. * Copyright Microsoft Corporation, 1998
  11. *
  12. *************************************************************************/
  13. /*************************************************************************
  14. *
  15. TSNOTIFY Events:
  16. *
  17. *************************************************************************/
  18. #define CATEGORY_NOTIFY_EVENTS 1
  19. //
  20. // Values are 32 bit values layed out as follows:
  21. //
  22. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  23. // 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
  24. // +---+-+-+-----------------------+-------------------------------+
  25. // |Sev|C|R| Facility | Code |
  26. // +---+-+-+-----------------------+-------------------------------+
  27. //
  28. // where
  29. //
  30. // Sev - is the severity code
  31. //
  32. // 00 - Success
  33. // 01 - Informational
  34. // 10 - Warning
  35. // 11 - Error
  36. //
  37. // C - is the Customer code flag
  38. //
  39. // R - is a reserved bit
  40. //
  41. // Facility - is the facility code
  42. //
  43. // Code - is the facility's status code
  44. //
  45. //
  46. // Define the facility codes
  47. //
  48. //
  49. // Define the severity codes
  50. //
  51. //
  52. // MessageId: 0x00000001L (No symbolic name defined)
  53. //
  54. // MessageText:
  55. //
  56. // Terminal Server Notify Events
  57. //
  58. //
  59. // MessageId: EVENT_NOTIFY_INIT_FAILED
  60. //
  61. // MessageText:
  62. //
  63. // TS RDPDR Device Redirection failed to initialize for a single user session %1. Serial, Parallel, Printer, and File System Redirection will be disabled. Look in the System event log for other related errors.
  64. //
  65. #define EVENT_NOTIFY_INIT_FAILED 0x0000044CL
  66. //
  67. // MessageId: EVENT_NOTIFY_RDPDR_FAILED
  68. //
  69. // MessageText:
  70. //
  71. // The RDPDR device manager component could not be opened. Check the status of the Terminal Service Device Redirector in the Device Manager.
  72. //
  73. #define EVENT_NOTIFY_RDPDR_FAILED 0x0000044DL
  74. //
  75. // MessageId: EVENT_NOTIFY_DRIVER_NOT_FOUND
  76. //
  77. // MessageText:
  78. //
  79. // Driver %1 required for printer %2 is not installed on the server. Contact the administrator to install the driver before you log in again.
  80. //
  81. #define EVENT_NOTIFY_DRIVER_NOT_FOUND 0x0000044EL
  82. //
  83. // MessageId: EVENT_NOTIFY_PRINTER_REDIRECTION_FAILED
  84. //
  85. // MessageText:
  86. //
  87. // An internal communication error occurred. Redirected printing will no longer function for a single user session. Check the status of the Terminal Services Device Redirector in the System folder of Device Manager.
  88. //
  89. #define EVENT_NOTIFY_PRINTER_REDIRECTION_FAILED 0x0000044FL
  90. //
  91. // MessageId: EVENT_NOTIFY_OPENPRINTER_FAILED
  92. //
  93. // MessageText:
  94. //
  95. // The printer %1 could not be opened.
  96. //
  97. #define EVENT_NOTIFY_OPENPRINTER_FAILED 0x00000450L
  98. //
  99. // MessageId: EVENT_NOTIFY_SET_PRINTER_ACL_FAILED
  100. //
  101. // MessageText:
  102. //
  103. // Printer security information for the printer %1 could not be set.
  104. //
  105. #define EVENT_NOTIFY_SET_PRINTER_ACL_FAILED 0x00000451L
  106. //
  107. // MessageId: EVENT_NOTIFY_INSTALL_PRINTER_FAILED
  108. //
  109. // MessageText:
  110. //
  111. // The printer could not be installed.
  112. //
  113. #define EVENT_NOTIFY_INSTALL_PRINTER_FAILED 0x00000452L
  114. //
  115. // MessageId: EVENT_NOTIFY_DELETE_PRINTER_FAILED
  116. //
  117. // MessageText:
  118. //
  119. // The printer %1 could not be deleted.
  120. //
  121. #define EVENT_NOTIFY_DELETE_PRINTER_FAILED 0x00000453L
  122. //
  123. // MessageId: EVENT_NOTIFY_RESTORE_PRINTER_CONFIG_FAILED
  124. //
  125. // MessageText:
  126. //
  127. // Configuration information for the %1 printer could not be restored.
  128. //
  129. #define EVENT_NOTIFY_RESTORE_PRINTER_CONFIG_FAILED 0x00000454L
  130. //
  131. // MessageId: EVENT_NOTIFY_SETDEFAULTPRINTER_FAILED
  132. //
  133. // MessageText:
  134. //
  135. // The %1 printer could not be set as the default printer.
  136. //
  137. #define EVENT_NOTIFY_SETDEFAULTPRINTER_FAILED 0x00000455L
  138. //
  139. // MessageId: EVENT_NOTIFY_ERRORPARSINGINF
  140. //
  141. // MessageText:
  142. //
  143. // An error occurred during processing of %1. The file might be corrupted. Run Setup again to reinstall the file.
  144. //
  145. #define EVENT_NOTIFY_ERRORPARSINGINF 0x00000456L
  146. //
  147. // MessageId: EVENT_NOTIFY_UNKNOWN_PRINTER_DRIVER
  148. //
  149. // MessageText:
  150. //
  151. // Driver %1 required for printer %2 is unknown. Contact the administrator to install the driver before you log in again.
  152. //
  153. #define EVENT_NOTIFY_UNKNOWN_PRINTER_DRIVER 0x00000457L
  154. //
  155. // MessageId: EVENT_NOTIFY_FAILEDTOREGFOR_SETTING_NOTIFY
  156. //
  157. // MessageText:
  158. //
  159. // Failed to register for user printing preferences change notification. Open the Services snap-in and confirm that the Printer Spooler service is running
  160. //
  161. #define EVENT_NOTIFY_FAILEDTOREGFOR_SETTING_NOTIFY 0x00000458L
  162. //
  163. // MessageId: EVENT_NOTIFY_INSUFFICIENTRESOURCES
  164. //
  165. // MessageText:
  166. //
  167. // There is not enough memory to complete the operation. Save your work, close other programs, and then try again.
  168. //
  169. #define EVENT_NOTIFY_INSUFFICIENTRESOURCES 0x00000459L
  170. //
  171. // MessageId: EVENT_NOTIFY_SPOOLERERROR
  172. //
  173. // MessageText:
  174. //
  175. // Error communicating with the Spooler system service. Open the Services snap-in and confirm that the Print Spooler service is running.
  176. //
  177. #define EVENT_NOTIFY_SPOOLERERROR 0x0000045AL
  178. //
  179. // MessageId: EVENT_NOTIFY_INTERNALERROR
  180. //
  181. // MessageText:
  182. //
  183. // Unexpected internal error in TS RDP device redirection. Contact technical support.
  184. //
  185. #define EVENT_NOTIFY_INTERNALERROR 0x0000045BL