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.

286 lines
6.3 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. nwevent.h
  5. Abstract:
  6. Definitions for NetWare network events.
  7. Author:
  8. Portable Systems Group 12/22/1992
  9. Revision History:
  10. Notes:
  11. This file is generated by the MC tool from the netevent.mc file.
  12. --*/
  13. #ifndef _NWEVENT_
  14. #define _NWEVENT_
  15. /////////////////////////////////////////////////////////////////////////
  16. //
  17. // NetWare Redirector Events
  18. //
  19. //
  20. /////////////////////////////////////////////////////////////////////////
  21. // Issued from kernel mode. Don't use %1 for
  22. // server-supplied insertion strings -- the I/O system provides the
  23. // first string.
  24. //
  25. // Values are 32 bit values layed out as follows:
  26. //
  27. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  28. // 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
  29. // +---+-+-+-----------------------+-------------------------------+
  30. // |Sev|C|R| Facility | Code |
  31. // +---+-+-+-----------------------+-------------------------------+
  32. //
  33. // where
  34. //
  35. // Sev - is the severity code
  36. //
  37. // 00 - Success
  38. // 01 - Informational
  39. // 10 - Warning
  40. // 11 - Error
  41. //
  42. // C - is the Customer code flag
  43. //
  44. // R - is a reserved bit
  45. //
  46. // Facility - is the facility code
  47. //
  48. // Code - is the facility's status code
  49. //
  50. //
  51. // Define the facility codes
  52. //
  53. //
  54. // Define the severity codes
  55. //
  56. #define STATUS_SEVERITY_WARNING 0x2
  57. #define STATUS_SEVERITY_SUCCESS 0x0
  58. #define STATUS_SEVERITY_INFORMATIONAL 0x1
  59. #define STATUS_SEVERITY_ERROR 0x3
  60. //
  61. // MessageId: EVENT_NWRDR_RESOURCE_SHORTAGE
  62. //
  63. // MessageText:
  64. //
  65. // The Microsoft Client Service for NetWare redirector was unable to allocate memory.
  66. //
  67. #define EVENT_NWRDR_RESOURCE_SHORTAGE 0xC0001F41L
  68. //
  69. // MessageId: EVENT_NWRDR_CANT_CREATE_DEVICE
  70. //
  71. // MessageText:
  72. //
  73. // The Microsoft Client Service for NetWare redirector could not create its device. The redirector could not be started.
  74. //
  75. #define EVENT_NWRDR_CANT_CREATE_DEVICE 0xC0001F42L
  76. //
  77. // MessageId: EVENT_NWRDR_INVALID_REPLY
  78. //
  79. // MessageText:
  80. //
  81. // The Microsoft Client Service for NetWare redirector received an incorrectly formatted response from %2.
  82. //
  83. #define EVENT_NWRDR_INVALID_REPLY 0xC0001F43L
  84. //
  85. // MessageId: EVENT_NWRDR_FAILED_UNLOCK
  86. //
  87. // MessageText:
  88. //
  89. // The Microsoft Client Service for NetWare redirector failed to unlock part of a file on server %2.
  90. //
  91. #define EVENT_NWRDR_FAILED_UNLOCK 0xC0001F44L
  92. //
  93. // MessageId: EVENT_NWRDR_NETWORK_ERROR
  94. //
  95. // MessageText:
  96. //
  97. // The Microsoft Client Service for NetWare redirector has encountered a network error.
  98. //
  99. #define EVENT_NWRDR_NETWORK_ERROR 0xC0001F45L
  100. //
  101. // MessageId: EVENT_NWRDR_UNEXPECTED_ERROR
  102. //
  103. // MessageText:
  104. //
  105. // An unexpected network error has occurred on the connection to %2.
  106. //
  107. #define EVENT_NWRDR_UNEXPECTED_ERROR 0xC0001F46L
  108. //
  109. // MessageId: EVENT_NWRDR_TIMEOUT
  110. //
  111. // MessageText:
  112. //
  113. // The Microsoft Client Service for NetWare redirector has timed out one or more requests to %2.
  114. //
  115. #define EVENT_NWRDR_TIMEOUT 0x80001F47L
  116. //
  117. // MessageId: EVENT_NWRDR_NO_SERVER_ON_NETWORK
  118. //
  119. // MessageText:
  120. //
  121. // No NetWare or compatible server exists on this network.
  122. //
  123. #define EVENT_NWRDR_NO_SERVER_ON_NETWORK 0xC0001F48L
  124. /////////////////////////////////////////////////////////////////////////
  125. //
  126. // NetWare Workstation Events
  127. //
  128. //
  129. /////////////////////////////////////////////////////////////////////////
  130. //
  131. // MessageId: EVENT_NWWKSTA_NO_TRANSPORTS
  132. //
  133. // MessageText:
  134. //
  135. // The Microsoft Client Service for NetWare could not start because it did not bind to any transports.
  136. //
  137. #define EVENT_NWWKSTA_NO_TRANSPORTS 0xC0002329L
  138. //
  139. // MessageId: EVENT_NWWKSTA_CANT_BIND_TO_TRANSPORT
  140. //
  141. // MessageText:
  142. //
  143. // The Microsoft Client Service for NetWare could not bind to the transport %1.
  144. //
  145. #define EVENT_NWWKSTA_CANT_BIND_TO_TRANSPORT 0xC000232AL
  146. //
  147. // MessageId: EVENT_NWWKSTA_INVALID_REGISTRY_VALUE
  148. //
  149. // MessageText:
  150. //
  151. // The value named %1 in the Microsoft Client Service for NetWare registry key %2 was invalid. The value was
  152. // ignored, and processing continued.
  153. //
  154. #define EVENT_NWWKSTA_INVALID_REGISTRY_VALUE 0x8000232BL
  155. //
  156. // MessageId: EVENT_NWWKSTA_CANT_CREATE_REDIRECTOR
  157. //
  158. // MessageText:
  159. //
  160. // The Microsoft Client Service for NetWare redirector (%1) could not be started.
  161. //
  162. #define EVENT_NWWKSTA_CANT_CREATE_REDIRECTOR 0xC000232CL
  163. //
  164. // MessageId: EVENT_NWWKSTA_GATEWAY_LOGON_FAILED
  165. //
  166. // MessageText:
  167. //
  168. // The Gateway Account could not be logged on. The error %1 occurred.
  169. //
  170. #define EVENT_NWWKSTA_GATEWAY_LOGON_FAILED 0xC000232DL
  171. //
  172. // MessageId: EVENT_NWWKSTA_CANNOT_REDIRECT_DEVICES
  173. //
  174. // MessageText:
  175. //
  176. // Device %1 could not be reconnected to %2. Error %3 occurred.
  177. //
  178. #define EVENT_NWWKSTA_CANNOT_REDIRECT_DEVICES 0xC000232EL
  179. //
  180. // MessageId: EVENT_NWWKSTA_WRONG_NWLINK_VERSION
  181. //
  182. // MessageText:
  183. //
  184. // The version of the NWLINK transport present does not support all the capabilities required to use the Microsoft Client Service for NetWare properly.
  185. //
  186. #define EVENT_NWWKSTA_WRONG_NWLINK_VERSION 0xC000232FL
  187. /////////////////////////////////////////////////////////////////////////
  188. //
  189. // NetWare Credential Manager Events
  190. //
  191. //
  192. /////////////////////////////////////////////////////////////////////////
  193. //
  194. // MessageId: NW_MESSAGE_TITLE
  195. //
  196. // MessageText:
  197. //
  198. // Client Service for NetWare%0
  199. //
  200. #define NW_MESSAGE_TITLE 0x40002711L
  201. //
  202. // MessageId: NW_MESSAGE_FROM_SERVER
  203. //
  204. // MessageText:
  205. //
  206. // Message from server %1. %n
  207. //
  208. #define NW_MESSAGE_FROM_SERVER 0x40002712L
  209. //
  210. // MessageId: NW_PASSWORD_HAS_EXPIRED
  211. //
  212. // MessageText:
  213. //
  214. // The password for %1 on %2 has expired, with %3 grace logins left.%n
  215. //
  216. #define NW_PASSWORD_HAS_EXPIRED 0x80002713L
  217. //
  218. // MessageId: NW_LOGIN_DISABLED
  219. //
  220. // MessageText:
  221. //
  222. // Logins to the server has been disabled.%n
  223. //
  224. #define NW_LOGIN_DISABLED 0xC0002714L
  225. //
  226. // MessageId: NW_PASSWORD_HAS_EXPIRED1
  227. //
  228. // MessageText:
  229. //
  230. // The password for %1 on %2 has expired.%n
  231. //
  232. #define NW_PASSWORD_HAS_EXPIRED1 0xC0002715L
  233. //
  234. // MessageId: NW_MESSAGE_TITLE_NTAS
  235. //
  236. // MessageText:
  237. //
  238. // Gateway Service for NetWare%0
  239. //
  240. #define NW_MESSAGE_TITLE_NTAS 0x40002716L
  241. #endif // _NWEVENT