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.

258 lines
8.2 KiB

  1. /********************************************************************/
  2. /** Copyright(c) 1989 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: events.h
  7. //
  8. // Description: Text and corresponding values of events are defined here.
  9. //
  10. // History: May 11,1992. NarenG Created original version.
  11. //
  12. // Don't change the comments following the manifest constants without
  13. // understanding how mapmsg works.
  14. //
  15. #define AFP_LOG_BASE 10000
  16. #define AFPLOG_CANT_START (AFP_LOG_BASE+1)
  17. /*
  18. *Unable to start the File Server for Macintosh service.
  19. *A system specific error has occured.
  20. *The error code is in the data
  21. */
  22. #define AFPLOG_CANT_INIT_RPC (AFP_LOG_BASE+2)
  23. /*
  24. *The File Server for Macintosh service failed to start. Unable to setup
  25. *the server to accept Remote Procedure Calls.
  26. */
  27. #define AFPLOG_CANT_CREATE_SECOBJ (AFP_LOG_BASE+3)
  28. /*
  29. *The File Server for Macintosh service failed to start.
  30. * Security access checking of administrators could not be setup correctly.
  31. */
  32. #define AFPLOG_CANT_OPEN_REGKEY (AFP_LOG_BASE+4)
  33. /*
  34. *The File Server for Macintosh service failed to start.
  35. *The Registry could not be opened.
  36. */
  37. #define AFPLOG_CANT_OPEN_FSD (AFP_LOG_BASE+5)
  38. /*
  39. *The File Server for Macintosh service failed to start.
  40. *Unable to open the Appletalk Filing Protocol file system driver (SfmSrv.sys).
  41. */
  42. #define AFPLOG_INVALID_SERVERNAME (AFP_LOG_BASE+6)
  43. /*
  44. *The Registry contains an invalid value for the server name parameter.
  45. *Verify the value of this parameter through the Computer Managerment Console
  46. *and in the
  47. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  48. */
  49. #define AFPLOG_INVALID_SRVOPTION (AFP_LOG_BASE+7)
  50. /*
  51. *The File Server for Macintosh service failed to start.
  52. *The Registry contains an invalid value for the server options parameter.
  53. *Verify the value of this parameter through the Computer Managerment Console
  54. *and in the
  55. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  56. */
  57. #define AFPLOG_INVALID_MAXSESSIONS (AFP_LOG_BASE+8)
  58. /*
  59. *The File Server for Macintosh service failed to start.
  60. *The Registry contains an invalid value for the maximum sessions parameter.
  61. *Verify the value of this parameter through the Computer Managerment Console
  62. *and in the
  63. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  64. */
  65. #define AFPLOG_INVALID_LOGINMSG (AFP_LOG_BASE+9)
  66. /*
  67. *The File Server for Macintosh service failed to start.
  68. *The Registry contains an invalid value for the logon message parameter.
  69. *Verify the value of this parameter through the Computer Managerment Console
  70. *and in the
  71. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  72. */
  73. #define AFPLOG_INVALID_MAXPAGEDMEM (AFP_LOG_BASE+10)
  74. /*
  75. *Obsolete:
  76. *The File Server for Macintosh service failed to start.
  77. *The Registry contains an invalid value for the maximum paged memory.
  78. *Change the value of this parameter in the
  79. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  80. */
  81. #define AFPLOG_INVALID_MAXNONPAGEDMEM (AFP_LOG_BASE+11)
  82. /*
  83. *Obsolete:
  84. *The File Server for Macintosh service failed to start.
  85. *The Registry contains an invalid value for the maximum non-paged memory
  86. *parameter.
  87. *Change the value of this parameter in the
  88. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters Registry key.
  89. */
  90. #define AFPLOG_CANT_INIT_SRVR_PARAMS (AFP_LOG_BASE+12)
  91. /*
  92. *The File Server for Macintosh service failed to start.
  93. *An error occurred while trying to initialize the AppleTalk Filing Protocol
  94. *driver (SfmSrv.sys) with server parameters.
  95. */
  96. #define AFPLOG_CANT_INIT_VOLUMES (AFP_LOG_BASE+13)
  97. /*
  98. *The File Server for Macintosh service failed to start.
  99. *An error occurred while trying to initialize Macintosh-Accessible volumes.
  100. *The error code is in the data.
  101. */
  102. #define AFPLOG_CANT_ADD_VOL (AFP_LOG_BASE+14)
  103. /*
  104. *Failed to register volume "%1" with the File Server for Macintosh service.
  105. *This volume may be removed from the Registry by using the Server Manager or
  106. *File Manager tools.
  107. */
  108. #define AFPLOG_CANT_INIT_ETCINFO (AFP_LOG_BASE+15)
  109. /*
  110. *The File Server for Macintosh service failed to start.
  111. *An error occurred while trying to initialize the AppleTalk Filing
  112. *Protocol driver (SfmSrv.sys) with the extension/creator/type associations.
  113. */
  114. #define AFPLOG_CANT_INIT_ICONS (AFP_LOG_BASE+16)
  115. /*
  116. *The File Server for Macintosh service failed to start.
  117. *An error occurred while trying to initialize the AppleTalk Filing Protocol
  118. *driver (SfmSrv.sys) with the server icons.
  119. */
  120. #define AFPLOG_CANT_ADD_ICON (AFP_LOG_BASE+17)
  121. /*
  122. *Failed to register icon "%1" with the File Server for Macintosh service.
  123. *This icon can no longer be used by the service.
  124. */
  125. #define AFPLOG_CANT_CREATE_SRVRHLPR (AFP_LOG_BASE+18)
  126. /*
  127. *A system resouce could not be allocated for the File Server for Macintosh service.
  128. *Unable to create a Server Helper thread.
  129. *The error code is in the data.
  130. */
  131. #define AFPLOG_OPEN_FSD (AFP_LOG_BASE+19)
  132. /*
  133. *The File Server for Macintosh service was unable to open a handle to the
  134. *AppleTalk Filing Protocol file system driver (Sfmsrv.sys).
  135. */
  136. #define AFPLOG_OPEN_LSA (AFP_LOG_BASE+20)
  137. /*
  138. *The File Server for Macintosh service was unable to open a handle to the
  139. *Local Security Authority.
  140. */
  141. #define AFPLOG_CANT_GET_DOMAIN_INFO (AFP_LOG_BASE+21)
  142. /*
  143. *The File Server for Macintosh service was unable to contact a
  144. *domain controller to obtain domain information.
  145. */
  146. #define AFPLOG_CANT_INIT_DOMAIN_INFO (AFP_LOG_BASE+22)
  147. /*
  148. *The File Server for Macintosh service was unable to send domain information
  149. *to the AppleTalk Filing Protocol file system driver.
  150. */
  151. #define AFPLOG_CANT_CHECK_ACCESS (AFP_LOG_BASE+23)
  152. /*
  153. *An error occured while checking user's credentials.
  154. *Operation was not completed.
  155. */
  156. #define AFPLOG_INVALID_EXTENSION (AFP_LOG_BASE+24)
  157. /*
  158. *A corrupt extension "%1" was detected in the Registry.
  159. *This value was ignored and processing was continued.
  160. *Change the value for this extension in the
  161. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters\Extensions Registry key.
  162. *Restart the service if the corrected extension is to be used.
  163. */
  164. #define AFPLOG_CANT_STOP (AFP_LOG_BASE+25)
  165. /*
  166. *Unable to stop the File Server for Macintosh service.
  167. *A system specific error has occured.
  168. *The error code is in the data.
  169. */
  170. #define AFPLOG_INVALID_CODEPAGE (AFP_LOG_BASE+26)
  171. /*
  172. *Not used
  173. *The Registry contains an invalid value for the path to the Macintosh
  174. *code-page file.
  175. */
  176. #define AFPLOG_CANT_INIT_SRVRHLPR (AFP_LOG_BASE+27)
  177. /*
  178. *An error occurred while initializing the File Server for Macintosh service.
  179. *A Server Helper thread could not be initialized.
  180. *The specific error code is in the data.
  181. */
  182. #define AFPLOG_CANT_LOAD_FSD (AFP_LOG_BASE+28)
  183. /*
  184. *The File Server for Macintosh service failed to start.
  185. *Unable to load the AppleTalk Filing Protocol file system driver.
  186. *The specific error code is in the data.
  187. */
  188. #define AFPLOG_INVALID_VOL_REG (AFP_LOG_BASE+29)
  189. /*
  190. *The Registry contains invalid information for the volume "%1".
  191. *The value was ignored and processing was continued.
  192. *Change the value for this volume in the
  193. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters\Volumes Registry key.
  194. *Restart the service if the corrected information is to be used
  195. *for the volume.
  196. */
  197. #define AFPLOG_CANT_LOAD_RESOURCE (AFP_LOG_BASE+30)
  198. /*
  199. *The File Server for Macintosh service was unable to load resource
  200. *strings.
  201. */
  202. #define AFPLOG_INVALID_TYPE_CREATOR (AFP_LOG_BASE+31)
  203. /*
  204. *A corrupt Creator/Type pair with creator "%2" and type "%1" was detected
  205. *in the Registry. This value was ignored and processing was continued.
  206. *Change the value for this Creator/Type pair in the
  207. *SYSTEM\CurrentControlSet\Services\MacFile\Parameters\Type_Creators Registry key.
  208. *Restart the service if the corrected information is to be used
  209. *for the Creator/Type pair.
  210. */
  211. #define AFPLOG_DOMAIN_INFO_RETRY (AFP_LOG_BASE+32)
  212. /*
  213. *The File Server for Macintosh service was unable to contact a domain controler.
  214. *The service will continue to retry periodically until it succeeds or
  215. *until the service is manually stopped.
  216. */
  217. #define AFPLOG_SFM_STARTED_OK (AFP_LOG_BASE+33)
  218. /*
  219. *The File Server for Macintosh service started successfully.
  220. */