bitsmsg.h 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef _BGCPYMSG_
  7. #define _BGCPYMSG_
  8. #ifndef BG_E_NOT_FOUND
  9. #define BG_E_NOT_FOUND __MSABI_LONG(0x80200001)
  10. #define BG_E_INVALID_STATE __MSABI_LONG(0x80200002)
  11. #define BG_E_EMPTY __MSABI_LONG(0x80200003)
  12. #define BG_E_FILE_NOT_AVAILABLE __MSABI_LONG(0x80200004)
  13. #define BG_E_PROTOCOL_NOT_AVAILABLE __MSABI_LONG(0x80200005)
  14. #define BG_S_ERROR_CONTEXT_NONE __MSABI_LONG(0x00200006)
  15. #define BG_E_ERROR_CONTEXT_UNKNOWN __MSABI_LONG(0x80200007)
  16. #define BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER __MSABI_LONG(0x80200008)
  17. #define BG_E_ERROR_CONTEXT_LOCAL_FILE __MSABI_LONG(0x80200009)
  18. #define BG_E_ERROR_CONTEXT_REMOTE_FILE __MSABI_LONG(0x8020000A)
  19. #define BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT __MSABI_LONG(0x8020000B)
  20. #define BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION __MSABI_LONG(0x8020000C)
  21. #define BG_E_DESTINATION_LOCKED __MSABI_LONG(0x8020000D)
  22. #define BG_E_VOLUME_CHANGED __MSABI_LONG(0x8020000E)
  23. #define BG_E_ERROR_INFORMATION_UNAVAILABLE __MSABI_LONG(0x8020000F)
  24. #define BG_E_NETWORK_DISCONNECTED __MSABI_LONG(0x80200010)
  25. #define BG_E_MISSING_FILE_SIZE __MSABI_LONG(0x80200011)
  26. #define BG_E_INSUFFICIENT_HTTP_SUPPORT __MSABI_LONG(0x80200012)
  27. #define BG_E_INSUFFICIENT_RANGE_SUPPORT __MSABI_LONG(0x80200013)
  28. #define BG_E_REMOTE_NOT_SUPPORTED __MSABI_LONG(0x80200014)
  29. #define BG_E_NEW_OWNER_DIFF_MAPPING __MSABI_LONG(0x80200015)
  30. #define BG_E_NEW_OWNER_NO_FILE_ACCESS __MSABI_LONG(0x80200016)
  31. #define BG_S_PARTIAL_COMPLETE __MSABI_LONG(0x00200017)
  32. #define BG_E_PROXY_LIST_TOO_LARGE __MSABI_LONG(0x80200018)
  33. #define BG_E_PROXY_BYPASS_LIST_TOO_LARGE __MSABI_LONG(0x80200019)
  34. #define BG_S_UNABLE_TO_DELETE_FILES __MSABI_LONG(0x0020001A)
  35. #define BG_E_INVALID_SERVER_RESPONSE __MSABI_LONG(0x8020001B)
  36. #define BG_E_TOO_MANY_FILES __MSABI_LONG(0x8020001C)
  37. #define BG_E_LOCAL_FILE_CHANGED __MSABI_LONG(0x8020001D)
  38. #define BG_E_ERROR_CONTEXT_REMOTE_APPLICATION __MSABI_LONG(0x8020001E)
  39. #define BG_E_SESSION_NOT_FOUND __MSABI_LONG(0x8020001F)
  40. #define BG_E_TOO_LARGE __MSABI_LONG(0x80200020)
  41. #define BG_E_STRING_TOO_LONG __MSABI_LONG(0x80200021)
  42. #define BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH __MSABI_LONG(0x80200022)
  43. #define BG_E_SERVER_EXECUTE_ENABLE __MSABI_LONG(0x80200023)
  44. #define BG_E_NO_PROGRESS __MSABI_LONG(0x80200024)
  45. #define BG_E_USERNAME_TOO_LARGE __MSABI_LONG(0x80200025)
  46. #define BG_E_PASSWORD_TOO_LARGE __MSABI_LONG(0x80200026)
  47. #define BG_E_INVALID_AUTH_TARGET __MSABI_LONG(0x80200027)
  48. #define BG_E_INVALID_AUTH_SCHEME __MSABI_LONG(0x80200028)
  49. #define BG_E_FILE_NOT_FOUND __MSABI_LONG(0x80200029)
  50. #define BG_S_PROXY_CHANGED __MSABI_LONG(0x0020002A)
  51. #define BG_E_INVALID_RANGE __MSABI_LONG(0x8020002B)
  52. #define BG_E_OVERLAPPING_RANGES __MSABI_LONG(0x8020002C)
  53. #define BG_E_CONNECT_FAILURE __MSABI_LONG(0x8020002D)
  54. #define BG_E_CONNECTION_CLOSED __MSABI_LONG(0x8020002E)
  55. #define BG_E_KEEP_ALIVE_FAILURE __MSABI_LONG(0x8020002F)
  56. #define BG_E_MESSAGE_LENGTH_LIMIT_EXCEEDED __MSABI_LONG(0x80200030)
  57. #define BG_E_NAME_RESOLUTION_FAILURE __MSABI_LONG(0x80200031)
  58. #define BG_E_PENDING __MSABI_LONG(0x80200032)
  59. #define BG_E_PIPELINE_FAILURE __MSABI_LONG(0x80200033)
  60. #define BG_E_PROTOCOL_ERROR __MSABI_LONG(0x80200034)
  61. #define BG_E_PROXY_NAME_RESOLUTION_FAILURE __MSABI_LONG(0x80200035)
  62. #define BG_E_RECEIVE_FAILURE __MSABI_LONG(0x80200036)
  63. #define BG_E_REQUEST_CANCELED __MSABI_LONG(0x80200037)
  64. #define BG_E_SECURE_CHANNEL_FAILURE __MSABI_LONG(0x80200038)
  65. #define BG_E_SEND_FAILURE __MSABI_LONG(0x80200039)
  66. #define BG_E_SERVER_PROTOCOL_VIOLATION __MSABI_LONG(0x8020003A)
  67. #define BG_E_TIMEOUT __MSABI_LONG(0x8020003B)
  68. #define BG_E_TRUST_FAILURE __MSABI_LONG(0x8020003C)
  69. #define BG_E_UNKNOWN_ERROR __MSABI_LONG(0x8020003D)
  70. #define BG_E_BLOCKED_BY_POLICY __MSABI_LONG(0x8020003E)
  71. #define BG_E_INVALID_PROXY_INFO __MSABI_LONG(0x8020003F)
  72. #define BG_E_INVALID_CREDENTIALS __MSABI_LONG(0x80200040)
  73. #define BG_E_HTTP_ERROR_100 __MSABI_LONG(0x80190064)
  74. #define BG_E_HTTP_ERROR_101 __MSABI_LONG(0x80190065)
  75. #define BG_E_HTTP_ERROR_200 __MSABI_LONG(0x801900C8)
  76. #define BG_E_HTTP_ERROR_201 __MSABI_LONG(0x801900C9)
  77. #define BG_E_HTTP_ERROR_202 __MSABI_LONG(0x801900CA)
  78. #define BG_E_HTTP_ERROR_203 __MSABI_LONG(0x801900CB)
  79. #define BG_E_HTTP_ERROR_204 __MSABI_LONG(0x801900CC)
  80. #define BG_E_HTTP_ERROR_205 __MSABI_LONG(0x801900CD)
  81. #define BG_E_HTTP_ERROR_206 __MSABI_LONG(0x801900CE)
  82. #define BG_E_HTTP_ERROR_300 __MSABI_LONG(0x8019012C)
  83. #define BG_E_HTTP_ERROR_301 __MSABI_LONG(0x8019012D)
  84. #define BG_E_HTTP_ERROR_302 __MSABI_LONG(0x8019012E)
  85. #define BG_E_HTTP_ERROR_303 __MSABI_LONG(0x8019012F)
  86. #define BG_E_HTTP_ERROR_304 __MSABI_LONG(0x80190130)
  87. #define BG_E_HTTP_ERROR_305 __MSABI_LONG(0x80190131)
  88. #define BG_E_HTTP_ERROR_307 __MSABI_LONG(0x80190133)
  89. #define BG_E_HTTP_ERROR_400 __MSABI_LONG(0x80190190)
  90. #define BG_E_HTTP_ERROR_401 __MSABI_LONG(0x80190191)
  91. #define BG_E_HTTP_ERROR_402 __MSABI_LONG(0x80190192)
  92. #define BG_E_HTTP_ERROR_403 __MSABI_LONG(0x80190193)
  93. #define BG_E_HTTP_ERROR_404 __MSABI_LONG(0x80190194)
  94. #define BG_E_HTTP_ERROR_405 __MSABI_LONG(0x80190195)
  95. #define BG_E_HTTP_ERROR_406 __MSABI_LONG(0x80190196)
  96. #define BG_E_HTTP_ERROR_407 __MSABI_LONG(0x80190197)
  97. #define BG_E_HTTP_ERROR_408 __MSABI_LONG(0x80190198)
  98. #define BG_E_HTTP_ERROR_409 __MSABI_LONG(0x80190199)
  99. #define BG_E_HTTP_ERROR_410 __MSABI_LONG(0x8019019A)
  100. #define BG_E_HTTP_ERROR_411 __MSABI_LONG(0x8019019B)
  101. #define BG_E_HTTP_ERROR_412 __MSABI_LONG(0x8019019C)
  102. #define BG_E_HTTP_ERROR_413 __MSABI_LONG(0x8019019D)
  103. #define BG_E_HTTP_ERROR_414 __MSABI_LONG(0x8019019E)
  104. #define BG_E_HTTP_ERROR_415 __MSABI_LONG(0x8019019F)
  105. #define BG_E_HTTP_ERROR_416 __MSABI_LONG(0x801901A0)
  106. #define BG_E_HTTP_ERROR_417 __MSABI_LONG(0x801901A1)
  107. #define BG_E_HTTP_ERROR_449 __MSABI_LONG(0x801901C1)
  108. #define BG_E_HTTP_ERROR_500 __MSABI_LONG(0x801901F4)
  109. #define BG_E_HTTP_ERROR_501 __MSABI_LONG(0x801901F5)
  110. #define BG_E_HTTP_ERROR_502 __MSABI_LONG(0x801901F6)
  111. #define BG_E_HTTP_ERROR_503 __MSABI_LONG(0x801901F7)
  112. #define BG_E_HTTP_ERROR_504 __MSABI_LONG(0x801901F8)
  113. #define BG_E_HTTP_ERROR_505 __MSABI_LONG(0x801901F9)
  114. #define BITS_MC_JOB_CANCELLED __MSABI_LONG(0x80194000)
  115. #define BITS_MC_FILE_DELETION_FAILED __MSABI_LONG(0x80194001)
  116. #define BITS_MC_FILE_DELETION_FAILED_MORE __MSABI_LONG(0x80194002)
  117. #define BITS_MC_JOB_PROPERTY_CHANGE __MSABI_LONG(0x80194003)
  118. #define BITS_MC_JOB_TAKE_OWNERSHIP __MSABI_LONG(0x80194004)
  119. #define BITS_MC_JOB_SCAVENGED __MSABI_LONG(0x80194005)
  120. #define BITS_MC_JOB_NOTIFICATION_FAILURE __MSABI_LONG(0x80194006)
  121. #define BITS_MC_STATE_FILE_CORRUPT __MSABI_LONG(0x80194007)
  122. #define BITS_MC_FAILED_TO_START __MSABI_LONG(0x80194008)
  123. #endif
  124. #endif