jwabitsmsg.pas 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015
  1. {******************************************************************************}
  2. { }
  3. { Background file copier error codes API interface Unit for Object Pascal }
  4. { }
  5. { Portions created by Microsoft are Copyright (C) 1995-2001 Microsoft }
  6. { Corporation. All Rights Reserved. }
  7. { }
  8. { The original file is: bitsmsg.h, released June 2000. The original Pascal }
  9. { code is: BitsMsg.pas, released December 2000. The initial developer of the }
  10. { Pascal code is Marcel van Brakel (brakelm att chello dott nl). }
  11. { }
  12. { Portions created by Marcel van Brakel are Copyright (C) 1999-2001 }
  13. { Marcel van Brakel. All Rights Reserved. }
  14. { }
  15. { Obtained through: Joint Endeavour of Delphi Innovators (Project JEDI) }
  16. { }
  17. { You may retrieve the latest version of this file at the Project JEDI }
  18. { APILIB home page, located at http://jedi-apilib.sourceforge.net }
  19. { }
  20. { The contents of this file are used with permission, subject to the Mozilla }
  21. { Public License Version 1.1 (the "License"); you may not use this file except }
  22. { in compliance with the License. You may obtain a copy of the License at }
  23. { http://www.mozilla.org/MPL/MPL-1.1.html }
  24. { }
  25. { Software distributed under the License is distributed on an "AS IS" basis, }
  26. { WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for }
  27. { the specific language governing rights and limitations under the License. }
  28. { }
  29. { Alternatively, the contents of this file may be used under the terms of the }
  30. { GNU Lesser General Public License (the "LGPL License"), in which case the }
  31. { provisions of the LGPL License are applicable instead of those above. }
  32. { If you wish to allow use of your version of this file only under the terms }
  33. { of the LGPL License and not to allow others to use your version of this file }
  34. { under the MPL, indicate your decision by deleting the provisions above and }
  35. { replace them with the notice and other provisions required by the LGPL }
  36. { License. If you do not delete the provisions above, a recipient may use }
  37. { your version of this file under either the MPL or the LGPL License. }
  38. { }
  39. { For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html }
  40. { }
  41. {******************************************************************************}
  42. // $Id: JwaBitsMsg.pas,v 1.8 2007/09/05 11:58:49 dezipaitor Exp $
  43. {$IFNDEF JWA_OMIT_SECTIONS}
  44. unit JwaBitsMsg;
  45. {$WEAKPACKAGEUNIT}
  46. {$ENDIF JWA_OMIT_SECTIONS}
  47. {$HPPEMIT ''}
  48. {$HPPEMIT '#include "BitsMsg.h"'}
  49. {$HPPEMIT ''}
  50. {$IFNDEF JWA_OMIT_SECTIONS}
  51. {$I jediapilib.inc}
  52. interface
  53. uses
  54. JwaWinType;
  55. {$ENDIF JWA_OMIT_SECTIONS}
  56. {$IFNDEF JWA_IMPLEMENTATIONSECTION}
  57. //
  58. // Values are 32 bit values layed out as follows:
  59. //
  60. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  61. // 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
  62. // +---+-+-+-----------------------+-------------------------------+
  63. // |Sev|C|R| Facility | Code |
  64. // +---+-+-+-----------------------+-------------------------------+
  65. //
  66. // where
  67. //
  68. // Sev - is the severity code
  69. //
  70. // 00 - Success
  71. // 01 - Informational
  72. // 10 - Warning
  73. // 11 - Error
  74. //
  75. // C - is the Customer code flag
  76. //
  77. // R - is a reserved bit
  78. //
  79. // Facility - is the facility code
  80. //
  81. // Code - is the facility's status code
  82. //
  83. //
  84. // Define the facility codes
  85. //
  86. //
  87. // Define the severity codes
  88. //
  89. const
  90. //
  91. // MessageId: BG_E_NOT_FOUND
  92. //
  93. // MessageText:
  94. //
  95. // The requested job was not found.
  96. //
  97. BG_E_NOT_FOUND = DWORD($80200001);
  98. {$EXTERNALSYM BG_E_NOT_FOUND}
  99. //
  100. // MessageId: BG_E_INVALID_STATE
  101. //
  102. // MessageText:
  103. //
  104. // The requested action is not allowed in the current job state. The job might have been canceled or completed transferring. It is in a read-only state now.
  105. //
  106. BG_E_INVALID_STATE = DWORD($80200002);
  107. {$EXTERNALSYM BG_E_INVALID_STATE}
  108. //
  109. // MessageId: BG_E_EMPTY
  110. //
  111. // MessageText:
  112. //
  113. // There are no files attached to this job. Attach files to the job, and then try again.
  114. //
  115. BG_E_EMPTY = DWORD($80200003);
  116. {$EXTERNALSYM BG_E_EMPTY}
  117. //
  118. // MessageId: BG_E_FILE_NOT_AVAILABLE
  119. //
  120. // MessageText:
  121. //
  122. // No file is available because no URL generated an error.
  123. //
  124. BG_E_FILE_NOT_AVAILABLE = DWORD($80200004);
  125. {$EXTERNALSYM BG_E_FILE_NOT_AVAILABLE}
  126. //
  127. // MessageId: BG_E_PROTOCOL_NOT_AVAILABLE
  128. //
  129. // MessageText:
  130. //
  131. // No protocol is available because no URL generated an error.
  132. //
  133. BG_E_PROTOCOL_NOT_AVAILABLE = DWORD($80200005);
  134. {$EXTERNALSYM BG_E_PROTOCOL_NOT_AVAILABLE}
  135. //
  136. // MessageId: BG_S_ERROR_CONTEXT_NONE
  137. //
  138. // MessageText:
  139. //
  140. // No errors have occurred.
  141. //
  142. BG_S_ERROR_CONTEXT_NONE = DWORD($00200006);
  143. {$EXTERNALSYM BG_S_ERROR_CONTEXT_NONE}
  144. //
  145. // MessageId: BG_E_ERROR_CONTEXT_UNKNOWN
  146. //
  147. // MessageText:
  148. //
  149. // The error occurred in an unknown location.
  150. //
  151. BG_E_ERROR_CONTEXT_UNKNOWN = DWORD($80200007);
  152. {$EXTERNALSYM BG_E_ERROR_CONTEXT_UNKNOWN}
  153. //
  154. // MessageId: BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER
  155. //
  156. // MessageText:
  157. //
  158. // The error occurred in the Background Intelligent Transfer Service (BITS) queue manager.
  159. //
  160. BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER = DWORD($80200008);
  161. {$EXTERNALSYM BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER}
  162. //
  163. // MessageId: BG_E_ERROR_CONTEXT_LOCAL_FILE
  164. //
  165. // MessageText:
  166. //
  167. // The error occurred while the local file was being processed. Verify that the file is not in use, and then try again.
  168. //
  169. BG_E_ERROR_CONTEXT_LOCAL_FILE = DWORD($80200009);
  170. {$EXTERNALSYM BG_E_ERROR_CONTEXT_LOCAL_FILE}
  171. //
  172. // MessageId: BG_E_ERROR_CONTEXT_REMOTE_FILE
  173. //
  174. // MessageText:
  175. //
  176. // The error occurred while the remote file was being processed.
  177. //
  178. BG_E_ERROR_CONTEXT_REMOTE_FILE = DWORD($8020000A);
  179. {$EXTERNALSYM BG_E_ERROR_CONTEXT_REMOTE_FILE}
  180. //
  181. // MessageId: BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT
  182. //
  183. // MessageText:
  184. //
  185. // The error occurred in the transport layer. The client could not connect to the server.
  186. //
  187. BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT = DWORD($8020000B);
  188. {$EXTERNALSYM BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT}
  189. //
  190. // MessageId: BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION
  191. //
  192. // MessageText:
  193. //
  194. // The error occurred while the notification callback was being processed. Background Intelligent Transfer Service (BITS) will try again later.
  195. //
  196. BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION = DWORD($8020000C);
  197. {$EXTERNALSYM BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION}
  198. //
  199. // MessageId: BG_E_DESTINATION_LOCKED
  200. //
  201. // MessageText:
  202. //
  203. // The destination file system volume is not available. Verify that another program, such as CheckDisk, is not running, which would lock the volume. When the volume is available, Background Intelligent Transfer Service (BITS) will try again.
  204. //
  205. BG_E_DESTINATION_LOCKED = DWORD($8020000D);
  206. {$EXTERNALSYM BG_E_DESTINATION_LOCKED}
  207. //
  208. // MessageId: BG_E_VOLUME_CHANGED
  209. //
  210. // MessageText:
  211. //
  212. // The destination volume has changed. If the disk is removable, it might have been replaced with a different disk. Reinsert the original disk and resume the job.
  213. //
  214. BG_E_VOLUME_CHANGED = DWORD($8020000E);
  215. {$EXTERNALSYM BG_E_VOLUME_CHANGED}
  216. //
  217. // MessageId: BG_E_ERROR_INFORMATION_UNAVAILABLE
  218. //
  219. // MessageText:
  220. //
  221. // No errors have occurred.
  222. //
  223. BG_E_ERROR_INFORMATION_UNAVAILABLE = DWORD($8020000F);
  224. {$EXTERNALSYM BG_E_ERROR_INFORMATION_UNAVAILABLE}
  225. //
  226. // MessageId: BG_E_NETWORK_DISCONNECTED
  227. //
  228. // MessageText:
  229. //
  230. // There are currently no active network connections. Background Intelligent Transfer Service (BITS) will try again when an adapter is connected.
  231. //
  232. BG_E_NETWORK_DISCONNECTED = DWORD($80200010);
  233. {$EXTERNALSYM BG_E_NETWORK_DISCONNECTED}
  234. //
  235. // MessageId: BG_E_MISSING_FILE_SIZE
  236. //
  237. // MessageText:
  238. //
  239. // The server did not return the file size. The URL might point to dynamic content. The Content-Length header is not available in the server's HTTP reply.
  240. //
  241. BG_E_MISSING_FILE_SIZE = DWORD($80200011);
  242. {$EXTERNALSYM BG_E_MISSING_FILE_SIZE}
  243. //
  244. // MessageId: BG_E_INSUFFICIENT_HTTP_SUPPORT
  245. //
  246. // MessageText:
  247. //
  248. // The server does not support HTTP 1.1.
  249. //
  250. BG_E_INSUFFICIENT_HTTP_SUPPORT = DWORD($80200012);
  251. {$EXTERNALSYM BG_E_INSUFFICIENT_HTTP_SUPPORT}
  252. //
  253. // MessageId: BG_E_INSUFFICIENT_RANGE_SUPPORT
  254. //
  255. // MessageText:
  256. //
  257. // The server does not support the necessary HTTP protocol. Background Intelligent Transfer Service (BITS) requires that the server support the Range protocol header.
  258. //
  259. BG_E_INSUFFICIENT_RANGE_SUPPORT = DWORD($80200013);
  260. {$EXTERNALSYM BG_E_INSUFFICIENT_RANGE_SUPPORT}
  261. //
  262. // MessageId: BG_E_REMOTE_NOT_SUPPORTED
  263. //
  264. // MessageText:
  265. //
  266. // Background Intelligent Transfer Service (BITS) cannot be used remotely.
  267. //
  268. BG_E_REMOTE_NOT_SUPPORTED = DWORD($80200014);
  269. {$EXTERNALSYM BG_E_REMOTE_NOT_SUPPORTED}
  270. //
  271. // MessageId: BG_E_NEW_OWNER_DIFF_MAPPING
  272. //
  273. // MessageText:
  274. //
  275. // The drive mapping for the job is different for the current owner than for the previous owner. Use a UNC path instead.
  276. //
  277. BG_E_NEW_OWNER_DIFF_MAPPING = DWORD($80200015);
  278. {$EXTERNALSYM BG_E_NEW_OWNER_DIFF_MAPPING}
  279. //
  280. // MessageId: BG_E_NEW_OWNER_NO_FILE_ACCESS
  281. //
  282. // MessageText:
  283. //
  284. // The new owner has insufficient access to the local files for the job. The new owner might not have permissions to access the job files. Verify that the new owner has sufficient permissions, and then try again.
  285. //
  286. BG_E_NEW_OWNER_NO_FILE_ACCESS = DWORD($80200016);
  287. {$EXTERNALSYM BG_E_NEW_OWNER_NO_FILE_ACCESS}
  288. //
  289. // MessageId: BG_S_PARTIAL_COMPLETE
  290. //
  291. // MessageText:
  292. //
  293. // Some of the transferred files were deleted because they were incomplete.
  294. //
  295. BG_S_PARTIAL_COMPLETE = DWORD($00200017);
  296. {$EXTERNALSYM BG_S_PARTIAL_COMPLETE}
  297. //
  298. // MessageId: BG_E_PROXY_LIST_TOO_LARGE
  299. //
  300. // MessageText:
  301. //
  302. // The HTTP proxy list cannot be longer than 32,000 characters. Try again with a shorter proxy list.
  303. //
  304. BG_E_PROXY_LIST_TOO_LARGE = DWORD($80200018);
  305. {$EXTERNALSYM BG_E_PROXY_LIST_TOO_LARGE}
  306. //
  307. // MessageId: BG_E_PROXY_BYPASS_LIST_TOO_LARGE
  308. //
  309. // MessageText:
  310. //
  311. // The HTTP proxy bypass list cannot be longer than 32,000 characters. Try again with a shorter bypass proxy list.
  312. //
  313. BG_E_PROXY_BYPASS_LIST_TOO_LARGE = DWORD($80200019);
  314. {$EXTERNALSYM BG_E_PROXY_BYPASS_LIST_TOO_LARGE}
  315. //
  316. // MessageId: BG_S_UNABLE_TO_DELETE_FILES
  317. //
  318. // MessageText:
  319. //
  320. // Some of the temporary files could not be deleted. Check the system event log for the complete list of files that could not be deleted.
  321. //
  322. BG_S_UNABLE_TO_DELETE_FILES = DWORD($0020001A);
  323. {$EXTERNALSYM BG_S_UNABLE_TO_DELETE_FILES}
  324. //
  325. // MessageId: BG_E_INVALID_SERVER_RESPONSE
  326. //
  327. // MessageText:
  328. //
  329. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  330. //
  331. BG_E_INVALID_SERVER_RESPONSE = DWORD($8020001B);
  332. {$EXTERNALSYM BG_E_INVALID_SERVER_RESPONSE}
  333. //
  334. // MessageId: BG_E_TOO_MANY_FILES
  335. //
  336. // MessageText:
  337. //
  338. // No more files can be added to this job.
  339. //
  340. BG_E_TOO_MANY_FILES = DWORD($8020001C);
  341. {$EXTERNALSYM BG_E_TOO_MANY_FILES}
  342. //
  343. // MessageId: BG_E_LOCAL_FILE_CHANGED
  344. //
  345. // MessageText:
  346. //
  347. // The local file was changed during the transfer. Recreate the job, and then try to transfer it again.
  348. //
  349. BG_E_LOCAL_FILE_CHANGED = DWORD($8020001D);
  350. {$EXTERNALSYM BG_E_LOCAL_FILE_CHANGED}
  351. //
  352. // MessageId: BG_E_ERROR_CONTEXT_REMOTE_APPLICATION
  353. //
  354. // MessageText:
  355. //
  356. // The program on the remote server reported the error.
  357. //
  358. BG_E_ERROR_CONTEXT_REMOTE_APPLICATION = DWORD($8020001E);
  359. {$EXTERNALSYM BG_E_ERROR_CONTEXT_REMOTE_APPLICATION}
  360. //
  361. // MessageId: BG_E_SESSION_NOT_FOUND
  362. //
  363. // MessageText:
  364. //
  365. // The specified session could not be found on the server. Background Intelligent Transfer Service (BITS) will try again.
  366. //
  367. BG_E_SESSION_NOT_FOUND = DWORD($8020001F);
  368. {$EXTERNALSYM BG_E_SESSION_NOT_FOUND}
  369. //
  370. // MessageId: BG_E_TOO_LARGE
  371. //
  372. // MessageText:
  373. //
  374. // The job is too large for the server to accept. This job might exceed a job size limit set by the server administrator. Reduce the size of the job, and then try again.
  375. //
  376. BG_E_TOO_LARGE = DWORD($80200020);
  377. {$EXTERNALSYM BG_E_TOO_LARGE}
  378. //
  379. // MessageId: BG_E_STRING_TOO_LONG
  380. //
  381. // MessageText:
  382. //
  383. // The specified string is too long.
  384. //
  385. BG_E_STRING_TOO_LONG = DWORD($80200021);
  386. {$EXTERNALSYM BG_E_STRING_TOO_LONG}
  387. //
  388. // MessageId: BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH
  389. //
  390. // MessageText:
  391. //
  392. // The client and server versions of Background Intelligent Transfer Service (BITS) are incompatible.
  393. //
  394. BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH = DWORD($80200022);
  395. {$EXTERNALSYM BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH}
  396. //
  397. // MessageId: BG_E_SERVER_EXECUTE_ENABLE
  398. //
  399. // MessageText:
  400. //
  401. // Scripting OR execute permissions are enabled on the IIS virtual directory associated with the job. To upload files to the virtual directory, disable the scripting and execute permissions on the virtual directory.
  402. //
  403. BG_E_SERVER_EXECUTE_ENABLE = DWORD($80200023);
  404. {$EXTERNALSYM BG_E_SERVER_EXECUTE_ENABLE}
  405. //
  406. // MessageId: BG_E_NO_PROGRESS
  407. //
  408. // MessageText:
  409. //
  410. // The job is not making headway. The server may be misconfigured. Background Intelligent Transfer Service (BITS) will try again later.
  411. //
  412. BG_E_NO_PROGRESS = DWORD($80200024);
  413. {$EXTERNALSYM BG_E_NO_PROGRESS}
  414. //
  415. // MessageId: BG_E_USERNAME_TOO_LARGE
  416. //
  417. // MessageText:
  418. //
  419. // The user name cannot be longer than 300 characters. Try again with a shorter name.
  420. //
  421. BG_E_USERNAME_TOO_LARGE = DWORD($80200025);
  422. {$EXTERNALSYM BG_E_USERNAME_TOO_LARGE}
  423. //
  424. // MessageId: BG_E_PASSWORD_TOO_LARGE
  425. //
  426. // MessageText:
  427. //
  428. // The password cannot be longer than 300 characters. Try again with a shorter password.
  429. //
  430. BG_E_PASSWORD_TOO_LARGE = DWORD($80200026);
  431. {$EXTERNALSYM BG_E_PASSWORD_TOO_LARGE}
  432. //
  433. // MessageId: BG_E_INVALID_AUTH_TARGET
  434. //
  435. // MessageText:
  436. //
  437. // The authentication target specified in the credentials is not defined.
  438. //
  439. BG_E_INVALID_AUTH_TARGET = DWORD($80200027);
  440. {$EXTERNALSYM BG_E_INVALID_AUTH_TARGET}
  441. //
  442. // MessageId: BG_E_INVALID_AUTH_SCHEME
  443. //
  444. // MessageText:
  445. //
  446. // The authentication scheme specified in the credentials is not defined.
  447. //
  448. BG_E_INVALID_AUTH_SCHEME = DWORD($80200028);
  449. {$EXTERNALSYM BG_E_INVALID_AUTH_SCHEME}
  450. //
  451. // MessageId: BG_E_HTTP_ERROR_100
  452. //
  453. // MessageText:
  454. //
  455. // The request can be continued.
  456. //
  457. BG_E_HTTP_ERROR_100 = DWORD($80190064);
  458. {$EXTERNALSYM BG_E_HTTP_ERROR_100}
  459. //
  460. // MessageId: BG_E_HTTP_ERROR_101
  461. //
  462. // MessageText:
  463. //
  464. // The server switched protocols in an upgrade header.
  465. //
  466. BG_E_HTTP_ERROR_101 = DWORD($80190065);
  467. {$EXTERNALSYM BG_E_HTTP_ERROR_101}
  468. //
  469. // MessageId: BG_E_HTTP_ERROR_200
  470. //
  471. // MessageText:
  472. //
  473. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  474. //
  475. BG_E_HTTP_ERROR_200 = DWORD($801900C8);
  476. {$EXTERNALSYM BG_E_HTTP_ERROR_200}
  477. //
  478. // MessageId: BG_E_HTTP_ERROR_201
  479. //
  480. // MessageText:
  481. //
  482. // The request was fulfilled and resulted in the creation of a new resource.
  483. //
  484. BG_E_HTTP_ERROR_201 = DWORD($801900C9);
  485. {$EXTERNALSYM BG_E_HTTP_ERROR_201}
  486. //
  487. // MessageId: BG_E_HTTP_ERROR_202
  488. //
  489. // MessageText:
  490. //
  491. // The request was accepted for processing, but the processing has not been completed yet.
  492. //
  493. BG_E_HTTP_ERROR_202 = DWORD($801900CA);
  494. {$EXTERNALSYM BG_E_HTTP_ERROR_202}
  495. //
  496. // MessageId: BG_E_HTTP_ERROR_203
  497. //
  498. // MessageText:
  499. //
  500. // The returned metadata in the entity-header is not the definitive set available from the server of origin.
  501. //
  502. BG_E_HTTP_ERROR_203 = DWORD($801900CB);
  503. {$EXTERNALSYM BG_E_HTTP_ERROR_203}
  504. //
  505. // MessageId: BG_E_HTTP_ERROR_204
  506. //
  507. // MessageText:
  508. //
  509. // The server has fulfilled the request, but there is no new information to send back.
  510. //
  511. BG_E_HTTP_ERROR_204 = DWORD($801900CC);
  512. {$EXTERNALSYM BG_E_HTTP_ERROR_204}
  513. //
  514. // MessageId: BG_E_HTTP_ERROR_205
  515. //
  516. // MessageText:
  517. //
  518. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  519. //
  520. BG_E_HTTP_ERROR_205 = DWORD($801900CD);
  521. {$EXTERNALSYM BG_E_HTTP_ERROR_205}
  522. //
  523. // MessageId: BG_E_HTTP_ERROR_206
  524. //
  525. // MessageText:
  526. //
  527. // The server fulfilled the partial GET request for the resource.
  528. //
  529. BG_E_HTTP_ERROR_206 = DWORD($801900CE);
  530. {$EXTERNALSYM BG_E_HTTP_ERROR_206}
  531. //
  532. // MessageId: BG_E_HTTP_ERROR_300
  533. //
  534. // MessageText:
  535. //
  536. // The server could not return the requested data.
  537. //
  538. BG_E_HTTP_ERROR_300 = DWORD($8019012C);
  539. {$EXTERNALSYM BG_E_HTTP_ERROR_300}
  540. //
  541. // MessageId: BG_E_HTTP_ERROR_301
  542. //
  543. // MessageText:
  544. //
  545. // The requested resource was assigned to a new permanent Uniform Resource Identifier (URI), and any future references to this resource should use one of the returned URIs.
  546. //
  547. BG_E_HTTP_ERROR_301 = DWORD($8019012D);
  548. {$EXTERNALSYM BG_E_HTTP_ERROR_301}
  549. //
  550. // MessageId: BG_E_HTTP_ERROR_302
  551. //
  552. // MessageText:
  553. //
  554. // The requested resource was assigned a different Uniform Resource Identifier (URI). This change is temporary.
  555. //
  556. BG_E_HTTP_ERROR_302 = DWORD($8019012E);
  557. {$EXTERNALSYM BG_E_HTTP_ERROR_302}
  558. //
  559. // MessageId: BG_E_HTTP_ERROR_303
  560. //
  561. // MessageText:
  562. //
  563. // The response to the request is under a different Uniform Resource Identifier (URI) and must be retrieved using a GET method on that resource.
  564. //
  565. BG_E_HTTP_ERROR_303 = DWORD($8019012F);
  566. {$EXTERNALSYM BG_E_HTTP_ERROR_303}
  567. //
  568. // MessageId: BG_E_HTTP_ERROR_304
  569. //
  570. // MessageText:
  571. //
  572. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  573. //
  574. BG_E_HTTP_ERROR_304 = DWORD($80190130);
  575. {$EXTERNALSYM BG_E_HTTP_ERROR_304}
  576. //
  577. // MessageId: BG_E_HTTP_ERROR_305
  578. //
  579. // MessageText:
  580. //
  581. // The requested resource must be accessed through the proxy given by the location field.
  582. //
  583. BG_E_HTTP_ERROR_305 = DWORD($80190131);
  584. {$EXTERNALSYM BG_E_HTTP_ERROR_305}
  585. //
  586. // MessageId: BG_E_HTTP_ERROR_307
  587. //
  588. // MessageText:
  589. //
  590. // The URL has been temporarily relocated. Try again later.
  591. //
  592. BG_E_HTTP_ERROR_307 = DWORD($80190133);
  593. {$EXTERNALSYM BG_E_HTTP_ERROR_307}
  594. //
  595. // MessageId: BG_E_HTTP_ERROR_400
  596. //
  597. // MessageText:
  598. //
  599. // The server cannot process the request because the syntax is not valid.
  600. //
  601. BG_E_HTTP_ERROR_400 = DWORD($80190190);
  602. {$EXTERNALSYM BG_E_HTTP_ERROR_400}
  603. //
  604. // MessageId: BG_E_HTTP_ERROR_401
  605. //
  606. // MessageText:
  607. //
  608. // The requested resource requires user authentication.
  609. //
  610. BG_E_HTTP_ERROR_401 = DWORD($80190191);
  611. {$EXTERNALSYM BG_E_HTTP_ERROR_401}
  612. //
  613. // MessageId: BG_E_HTTP_ERROR_402
  614. //
  615. // MessageText:
  616. //
  617. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  618. //
  619. BG_E_HTTP_ERROR_402 = DWORD($80190192);
  620. {$EXTERNALSYM BG_E_HTTP_ERROR_402}
  621. //
  622. // MessageId: BG_E_HTTP_ERROR_403
  623. //
  624. // MessageText:
  625. //
  626. // The client does not have sufficient access rights to the requested server object.
  627. //
  628. BG_E_HTTP_ERROR_403 = DWORD($80190193);
  629. {$EXTERNALSYM BG_E_HTTP_ERROR_403}
  630. //
  631. // MessageId: BG_E_HTTP_ERROR_404
  632. //
  633. // MessageText:
  634. //
  635. // The requested URL does not exist on the server.
  636. //
  637. BG_E_HTTP_ERROR_404 = DWORD($80190194);
  638. {$EXTERNALSYM BG_E_HTTP_ERROR_404}
  639. //
  640. // MessageId: BG_E_HTTP_ERROR_405
  641. //
  642. // MessageText:
  643. //
  644. // The method used is not allowed.
  645. //
  646. BG_E_HTTP_ERROR_405 = DWORD($80190195);
  647. {$EXTERNALSYM BG_E_HTTP_ERROR_405}
  648. //
  649. // MessageId: BG_E_HTTP_ERROR_406
  650. //
  651. // MessageText:
  652. //
  653. // No responses acceptable to the client were found.
  654. //
  655. BG_E_HTTP_ERROR_406 = DWORD($80190196);
  656. {$EXTERNALSYM BG_E_HTTP_ERROR_406}
  657. //
  658. // MessageId: BG_E_HTTP_ERROR_407
  659. //
  660. // MessageText:
  661. //
  662. // Proxy authentication is required.
  663. //
  664. BG_E_HTTP_ERROR_407 = DWORD($80190197);
  665. {$EXTERNALSYM BG_E_HTTP_ERROR_407}
  666. //
  667. // MessageId: BG_E_HTTP_ERROR_408
  668. //
  669. // MessageText:
  670. //
  671. // The server timed out waiting for the request.
  672. //
  673. BG_E_HTTP_ERROR_408 = DWORD($80190198);
  674. {$EXTERNALSYM BG_E_HTTP_ERROR_408}
  675. //
  676. // MessageId: BG_E_HTTP_ERROR_409
  677. //
  678. // MessageText:
  679. //
  680. // The request could not be completed because of a conflict with the current state of the resource. The user should resubmit the request with more information.
  681. //
  682. BG_E_HTTP_ERROR_409 = DWORD($80190199);
  683. {$EXTERNALSYM BG_E_HTTP_ERROR_409}
  684. //
  685. // MessageId: BG_E_HTTP_ERROR_410
  686. //
  687. // MessageText:
  688. //
  689. // The requested resource is not currently available at the server, and no forwarding address is known.
  690. //
  691. BG_E_HTTP_ERROR_410 = DWORD($8019019A);
  692. {$EXTERNALSYM BG_E_HTTP_ERROR_410}
  693. //
  694. // MessageId: BG_E_HTTP_ERROR_411
  695. //
  696. // MessageText:
  697. //
  698. // The server cannot accept the request without a defined content length.
  699. //
  700. BG_E_HTTP_ERROR_411 = DWORD($8019019B);
  701. {$EXTERNALSYM BG_E_HTTP_ERROR_411}
  702. //
  703. // MessageId: BG_E_HTTP_ERROR_412
  704. //
  705. // MessageText:
  706. //
  707. // The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
  708. //
  709. BG_E_HTTP_ERROR_412 = DWORD($8019019C);
  710. {$EXTERNALSYM BG_E_HTTP_ERROR_412}
  711. //
  712. // MessageId: BG_E_HTTP_ERROR_413
  713. //
  714. // MessageText:
  715. //
  716. // The server cannot process the request because the request entity is too large.
  717. //
  718. BG_E_HTTP_ERROR_413 = DWORD($8019019D);
  719. {$EXTERNALSYM BG_E_HTTP_ERROR_413}
  720. //
  721. // MessageId: BG_E_HTTP_ERROR_414
  722. //
  723. // MessageText:
  724. //
  725. // The server cannot process the request because the request Uniform Resource Identifier (URI) is longer than the server can interpret.
  726. //
  727. BG_E_HTTP_ERROR_414 = DWORD($8019019E);
  728. {$EXTERNALSYM BG_E_HTTP_ERROR_414}
  729. //
  730. // MessageId: BG_E_HTTP_ERROR_415
  731. //
  732. // MessageText:
  733. //
  734. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  735. //
  736. BG_E_HTTP_ERROR_415 = DWORD($8019019F);
  737. {$EXTERNALSYM BG_E_HTTP_ERROR_415}
  738. //
  739. // MessageId: BG_E_HTTP_ERROR_416
  740. //
  741. // MessageText:
  742. //
  743. // The server could not satisfy the range request.
  744. //
  745. BG_E_HTTP_ERROR_416 = DWORD($801901A0);
  746. {$EXTERNALSYM BG_E_HTTP_ERROR_416}
  747. //
  748. // MessageId: BG_E_HTTP_ERROR_417
  749. //
  750. // MessageText:
  751. //
  752. // The server could not meet the expectation given in an Expect request-header field.
  753. //
  754. BG_E_HTTP_ERROR_417 = DWORD($801901A1);
  755. {$EXTERNALSYM BG_E_HTTP_ERROR_417}
  756. //
  757. // MessageId: BG_E_HTTP_ERROR_449
  758. //
  759. // MessageText:
  760. //
  761. // The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
  762. //
  763. BG_E_HTTP_ERROR_449 = DWORD($801901C1);
  764. {$EXTERNALSYM BG_E_HTTP_ERROR_449}
  765. //
  766. // MessageId: BG_E_HTTP_ERROR_500
  767. //
  768. // MessageText:
  769. //
  770. // An unexpected condition prevented the server from fulfilling the request.
  771. //
  772. BG_E_HTTP_ERROR_500 = DWORD($801901F4);
  773. {$EXTERNALSYM BG_E_HTTP_ERROR_500}
  774. //
  775. // MessageId: BG_E_HTTP_ERROR_501
  776. //
  777. // MessageText:
  778. //
  779. // The server does not support the functionality required to fulfill the request.
  780. //
  781. BG_E_HTTP_ERROR_501 = DWORD($801901F5);
  782. {$EXTERNALSYM BG_E_HTTP_ERROR_501}
  783. //
  784. // MessageId: BG_E_HTTP_ERROR_502
  785. //
  786. // MessageText:
  787. //
  788. // The server, while acting as a gateway or proxy to fulfill the request, received an invalid response from the upstream server it accessed.
  789. //
  790. BG_E_HTTP_ERROR_502 = DWORD($801901F6);
  791. {$EXTERNALSYM BG_E_HTTP_ERROR_502}
  792. //
  793. // MessageId: BG_E_HTTP_ERROR_503
  794. //
  795. // MessageText:
  796. //
  797. // The service is temporarily overloaded.
  798. //
  799. BG_E_HTTP_ERROR_503 = DWORD($801901F7);
  800. {$EXTERNALSYM BG_E_HTTP_ERROR_503}
  801. //
  802. // MessageId: BG_E_HTTP_ERROR_504
  803. //
  804. // MessageText:
  805. //
  806. // The request was timed out waiting for a gateway.
  807. //
  808. BG_E_HTTP_ERROR_504 = DWORD($801901F8);
  809. {$EXTERNALSYM BG_E_HTTP_ERROR_504}
  810. //
  811. // MessageId: BG_E_HTTP_ERROR_505
  812. //
  813. // MessageText:
  814. //
  815. // The server does not support the HTTP protocol version that was used in the request message.
  816. //
  817. BG_E_HTTP_ERROR_505 = DWORD($801901F9);
  818. {$EXTERNALSYM BG_E_HTTP_ERROR_505}
  819. //
  820. // MessageId: MC_JOB_CANCELLED
  821. //
  822. // MessageText:
  823. //
  824. // The administrator %4 canceled job "%2" on behalf of %3. The job ID was %1.
  825. //
  826. MC_JOB_CANCELLED = DWORD($80194000);
  827. {$EXTERNALSYM MC_JOB_CANCELLED}
  828. //
  829. // MessageId: MC_FILE_DELETION_FAILED
  830. //
  831. // MessageText:
  832. //
  833. // While canceling job "%2", BITS was not able to remove the temporary files listed below.
  834. // If you can delete them, then you will regain some disk space. The job ID was %1.%\
  835. //
  836. // %3
  837. //
  838. MC_FILE_DELETION_FAILED = DWORD($80194001);
  839. {$EXTERNALSYM MC_FILE_DELETION_FAILED}
  840. //
  841. // MessageId: MC_FILE_DELETION_FAILED_MORE
  842. //
  843. // MessageText:
  844. //
  845. // While canceling job "%2", BITS was not able to remove the temporary files listed below.
  846. // If you can delete them, then you will regain some disk space. The job ID was %1. %\
  847. //
  848. // %3
  849. // %\
  850. // Due to space limitations, not all files are listed here. Check for additional files of the form BITxxx.TMP in the same directory.
  851. //
  852. MC_FILE_DELETION_FAILED_MORE = DWORD($80194002);
  853. {$EXTERNALSYM MC_FILE_DELETION_FAILED_MORE}
  854. //
  855. // MessageId: MC_JOB_PROPERTY_CHANGE
  856. //
  857. // MessageText:
  858. //
  859. // The administrator %3 modified the %4 property of job "%2". The job ID was %1.
  860. //
  861. MC_JOB_PROPERTY_CHANGE = DWORD($80194003);
  862. {$EXTERNALSYM MC_JOB_PROPERTY_CHANGE}
  863. //
  864. // MessageId: MC_JOB_TAKE_OWNERSHIP
  865. //
  866. // MessageText:
  867. //
  868. // The administrator %4 took ownership of job "%2" from %3. The job ID was %1.
  869. //
  870. MC_JOB_TAKE_OWNERSHIP = DWORD($80194004);
  871. {$EXTERNALSYM MC_JOB_TAKE_OWNERSHIP}
  872. //
  873. // MessageId: MC_JOB_SCAVENGED
  874. //
  875. // MessageText:
  876. //
  877. // Job "%2" owned by %3 was canceled after being inactive for more than %4 days. The job ID was %1.
  878. //
  879. MC_JOB_SCAVENGED = DWORD($80194005);
  880. {$EXTERNALSYM MC_JOB_SCAVENGED}
  881. //
  882. // MessageId: MC_JOB_NOTIFICATION_FAILURE
  883. //
  884. // MessageText:
  885. //
  886. // Job "%2" owned by %3 failed to notify its associated application. BITS will retry in %4 minutes. The job ID was %1.
  887. //
  888. MC_JOB_NOTIFICATION_FAILURE = DWORD($80194006);
  889. {$EXTERNALSYM MC_JOB_NOTIFICATION_FAILURE}
  890. //
  891. // MessageId: MC_STATE_FILE_CORRUPT
  892. //
  893. // MessageText:
  894. //
  895. // The BITS job list is not in a recognized format. It may have been created by a different version of BITS. The job list has been cleared.
  896. //
  897. MC_STATE_FILE_CORRUPT = DWORD($80194007);
  898. {$EXTERNALSYM MC_STATE_FILE_CORRUPT}
  899. {$ENDIF JWA_IMPLEMENTATIONSECTION}
  900. {$IFNDEF JWA_OMIT_SECTIONS}
  901. implementation
  902. //uses ...
  903. {$ENDIF JWA_OMIT_SECTIONS}
  904. {$IFNDEF JWA_INTERFACESECTION}
  905. //your implementation here
  906. {$ENDIF JWA_INTERFACESECTION}
  907. {$IFNDEF JWA_OMIT_SECTIONS}
  908. end.
  909. {$ENDIF JWA_OMIT_SECTIONS}