WPApiMsg.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:7k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //
  2. //  Values are 32 bit values layed out as follows:
  3. //
  4. //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  5. //   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
  6. //  +---+-+-+-----------------------+-------------------------------+
  7. //  |Sev|C|R|     Facility          |               Code            |
  8. //  +---+-+-+-----------------------+-------------------------------+
  9. //
  10. //  where
  11. //
  12. //      Sev - is the severity code
  13. //
  14. //          00 - Success
  15. //          01 - Informational
  16. //          10 - Warning
  17. //          11 - Error
  18. //
  19. //      C - is the Customer code flag
  20. //
  21. //      R - is a reserved bit
  22. //
  23. //      Facility - is the facility code
  24. //
  25. //      Code - is the facility's status code
  26. //
  27. //
  28. // Define the facility codes
  29. //
  30. //
  31. // Define the severity codes
  32. //
  33. //
  34. // MessageId: WEBPOST_ERROR_FIRST
  35. //
  36. // MessageText:
  37. //
  38. //  Web Publishing Wizard first error message.
  39. //
  40. #define WEBPOST_ERROR_FIRST              0x40042100L
  41. //
  42. // MessageId: WEBPOST_ERROR_UNKNOWN
  43. //
  44. // MessageText:
  45. //
  46. //  An unknown error occurred in the Web Publishing Wizard.
  47. //
  48. #define WEBPOST_ERROR_UNKNOWN            0xC0042101L
  49. //
  50. // MessageId: WEBPOST_ERROR_PROVCLSID_UNKNOWN
  51. //
  52. // MessageText:
  53. //
  54. //  The Web Publishing Wizard could not locate the service provider used to transfer files to your Web server.
  55. //
  56. #define WEBPOST_ERROR_PROVCLSID_UNKNOWN  0xC0042102L
  57. //
  58. // MessageId: WEBPOST_ERROR_SITE_CORRUPT
  59. //
  60. // MessageText:
  61. //
  62. //  The Web Publishing Wizard could not retrieve all of the required information about your Web server.
  63. //
  64. #define WEBPOST_ERROR_SITE_CORRUPT       0xC0042103L
  65. //
  66. // MessageId: WEBPOST_ERROR_PROV_CORRUPT
  67. //
  68. // MessageText:
  69. //
  70. //  The Web Publishing Wizard could not retrieve all of the required information about this service provider.
  71. //
  72. #define WEBPOST_ERROR_PROV_CORRUPT       0xC0042104L
  73. //
  74. // MessageId: WEBPOST_ERROR_PROV_DLL
  75. //
  76. // MessageText:
  77. //
  78. //  The Web Publishing Wizard could not locate the file(s) for the requested service provider.
  79. //
  80. #define WEBPOST_ERROR_PROV_DLL           0xC0042105L
  81. //
  82. // MessageId: WEBPOST_ERROR_PROV_EP
  83. //
  84. // MessageText:
  85. //
  86. //  The file(s) for the requested service provider are either corrupt or outdated.
  87. //
  88. #define WEBPOST_ERROR_PROV_EP            0xC0042106L
  89. //
  90. // MessageId: WEBPOST_ERROR_INIT_FAILED
  91. //
  92. // MessageText:
  93. //
  94. //  An error occurred while attempting to start the Web Publishing Wizard.
  95. //
  96. #define WEBPOST_ERROR_INIT_FAILED        0xC0042107L
  97. //
  98. // MessageId: WEBPOST_ERROR_LIST_SITES
  99. //
  100. // MessageText:
  101. //
  102. //  An error occurred while the Web Publishing Wizard was enumerating the Web servers to which you have previously published.
  103. //
  104. #define WEBPOST_ERROR_LIST_SITES         0xC0042108L
  105. //
  106. // MessageId: WEBPOST_ERROR_SITE_EXISTS
  107. //
  108. // MessageText:
  109. //
  110. //  The Web Publishing Wizard could not use the requested descriptive name for your Web server because another Web server already uses the name.
  111. //
  112. #define WEBPOST_ERROR_SITE_EXISTS        0xC0042109L
  113. //
  114. // MessageId: WEBPOST_ERROR_CREATE_SITE
  115. //
  116. // MessageText:
  117. //
  118. //  An error occurred while the Web Publishing Wizard was saving information about your Web server.
  119. //
  120. #define WEBPOST_ERROR_CREATE_SITE        0xC004210AL
  121. //
  122. // MessageId: WEBPOST_ERROR_SITE_DOESNOTEXIST
  123. //
  124. // MessageText:
  125. //
  126. //  Your computer does not contain any information about the Web server you have selected.
  127. //
  128. #define WEBPOST_ERROR_SITE_DOESNOTEXIST  0xC004210BL
  129. //
  130. // MessageId: WEBPOST_ERROR_DELETE_SITE
  131. //
  132. // MessageText:
  133. //
  134. //  An error occurred while the Web Publishing Wizard was deleting information about your Web server.
  135. //
  136. #define WEBPOST_ERROR_DELETE_SITE        0xC004210CL
  137. //
  138. // MessageId: WEBPOST_ERROR_ENUM_PROVS
  139. //
  140. // MessageText:
  141. //
  142. //  An error occurred while the Web Publishing Wizard was enumerating the service providers on this system.
  143. //
  144. #define WEBPOST_ERROR_ENUM_PROVS         0xC004210DL
  145. //
  146. // MessageId: WEBPOST_ERROR_PROV_QI
  147. //
  148. // MessageText:
  149. //
  150. //  The Web Publishing Wizard was unable to determine the version number of your service provider.
  151. //
  152. #define WEBPOST_ERROR_PROV_QI            0xC004210EL
  153. //
  154. // MessageId: WEBPOST_ERROR_POST_FILES
  155. //
  156. // MessageText:
  157. //
  158. //  An error occurred while the Web Publishing Wizard was attempting to publish your files.
  159. //
  160. #define WEBPOST_ERROR_POST_FILES         0xC004210FL
  161. //
  162. // MessageId: WEBPOST_ERROR_COCREATE_WIZARD
  163. //
  164. // MessageText:
  165. //
  166. //  The Web Publishing Wizard is not installed correctly. Please uninstall and then reinstall the wizard.
  167. //
  168. #define WEBPOST_ERROR_COCREATE_WIZARD    0xC0042110L
  169. //
  170. // MessageId: WEBPOST_ERROR_POSTINFO_REQUIRED
  171. //
  172. // MessageText:
  173. //
  174. //  Your service provider requires that a PostInfo file be located on the server. No PostInfo file could be located.
  175. //
  176. #define WEBPOST_ERROR_POSTINFO_REQUIRED  0xC0042111L
  177. //
  178. // MessageId: WEBPOST_ERROR_AUTOBIND_FAILED
  179. //
  180. // MessageText:
  181. //
  182. //  The service provider could not be automatically selected for your Web server.
  183. //
  184. #define WEBPOST_ERROR_AUTOBIND_FAILED    0xC0042112L
  185. //
  186. // MessageId: WEBPOST_ERROR_BAD_PROV_PTR
  187. //
  188. // MessageText:
  189. //
  190. //  The Web Publishing Wizard was not able to obtain a valid pointer to the requested service provider.
  191. //
  192. #define WEBPOST_ERROR_BAD_PROV_PTR       0xC0042113L
  193. //
  194. // MessageId: WEBPOST_ERROR_PROV_NOT_IN_POSTINFO
  195. //
  196. // MessageText:
  197. //
  198. //  The Web server you selected does not indicate support for the service provider you selected.
  199. //
  200. #define WEBPOST_ERROR_PROV_NOT_IN_POSTINFO 0x80042114L
  201. //
  202. // MessageId: WEBPOST_ERROR_EXTENDED_ERROR
  203. //
  204. // MessageText:
  205. //
  206. //  Web Publishing Wizard extended error.
  207. //
  208. #define WEBPOST_ERROR_EXTENDED_ERROR     0xC0042116L
  209. //
  210. // MessageId: WEBPOST_ERROR_NO_EXT_ERR_INFO
  211. //
  212. // MessageText:
  213. //
  214. //  An extended error occurred in the Web Publishing Wizard, but the error message could not be retrieved.
  215. //
  216. #define WEBPOST_ERROR_NO_EXT_ERR_INFO    0xC0042117L
  217. //
  218. // MessageId: WEBPOST_ERROR_INVALID_POSTINFO
  219. //
  220. // MessageText:
  221. //
  222. //  The PostInfo file on the server is invalid.
  223. //
  224. #define WEBPOST_ERROR_INVALID_POSTINFO   0x40042118L
  225. //
  226. // MessageId: WEBPOST_ERROR_NO_POSTINFO
  227. //
  228. // MessageText:
  229. //
  230. //  There is no PostInfo file on the server.
  231. //
  232. #define WEBPOST_ERROR_NO_POSTINFO        0x40042119L
  233. //
  234. // MessageId: WEBPOST_ERROR_HTTP_GET_FAILED
  235. //
  236. // MessageText:
  237. //
  238. //  The Web Publishing Wizard was not able to retrieve the first file published using an HTTP connection.
  239. //
  240. #define WEBPOST_ERROR_HTTP_GET_FAILED    0x4004211AL
  241. //
  242. // MessageId: WEBPOST_ERROR_LAST
  243. //
  244. // MessageText:
  245. //
  246. //  Web Publishing Wizard last error message.
  247. //
  248. #define WEBPOST_ERROR_LAST               0x400421FFL