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