home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / wpapimsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  6.8 KB  |  282 lines

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