home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / wpapimsg.h < prev    next >
Text File  |  1998-04-25  |  7KB  |  280 lines

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