Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/bitsmsg.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 /** | |
| 2 * This file has no copyright assigned and is placed in the Public Domain. | |
| 3 * This file is part of the w64 mingw-runtime package. | |
| 4 * No warranty is given; refer to the file DISCLAIMER within this package. | |
| 5 */ | |
| 6 #ifndef _BGCPYMSG_ | |
| 7 #define _BGCPYMSG_ | |
| 8 | |
| 9 #ifndef BG_E_NOT_FOUND | |
| 10 #define BG_E_NOT_FOUND 0x80200001L | |
| 11 #define BG_E_INVALID_STATE 0x80200002L | |
| 12 #define BG_E_EMPTY 0x80200003L | |
| 13 #define BG_E_FILE_NOT_AVAILABLE 0x80200004L | |
| 14 #define BG_E_PROTOCOL_NOT_AVAILABLE 0x80200005L | |
| 15 #define BG_S_ERROR_CONTEXT_NONE 0x00200006L | |
| 16 #define BG_E_ERROR_CONTEXT_UNKNOWN 0x80200007L | |
| 17 #define BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER 0x80200008L | |
| 18 #define BG_E_ERROR_CONTEXT_LOCAL_FILE 0x80200009L | |
| 19 #define BG_E_ERROR_CONTEXT_REMOTE_FILE 0x8020000AL | |
| 20 #define BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT 0x8020000BL | |
| 21 #define BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION 0x8020000CL | |
| 22 #define BG_E_DESTINATION_LOCKED 0x8020000DL | |
| 23 #define BG_E_VOLUME_CHANGED 0x8020000EL | |
| 24 #define BG_E_ERROR_INFORMATION_UNAVAILABLE 0x8020000FL | |
| 25 #define BG_E_NETWORK_DISCONNECTED 0x80200010L | |
| 26 #define BG_E_MISSING_FILE_SIZE 0x80200011L | |
| 27 #define BG_E_INSUFFICIENT_HTTP_SUPPORT 0x80200012L | |
| 28 #define BG_E_INSUFFICIENT_RANGE_SUPPORT 0x80200013L | |
| 29 #define BG_E_REMOTE_NOT_SUPPORTED 0x80200014L | |
| 30 #define BG_E_NEW_OWNER_DIFF_MAPPING 0x80200015L | |
| 31 #define BG_E_NEW_OWNER_NO_FILE_ACCESS 0x80200016L | |
| 32 #define BG_S_PARTIAL_COMPLETE 0x00200017L | |
| 33 #define BG_E_PROXY_LIST_TOO_LARGE 0x80200018L | |
| 34 #define BG_E_PROXY_BYPASS_LIST_TOO_LARGE 0x80200019L | |
| 35 #define BG_S_UNABLE_TO_DELETE_FILES 0x0020001AL | |
| 36 #define BG_E_INVALID_SERVER_RESPONSE 0x8020001BL | |
| 37 #define BG_E_TOO_MANY_FILES 0x8020001CL | |
| 38 #define BG_E_LOCAL_FILE_CHANGED 0x8020001DL | |
| 39 #define BG_E_ERROR_CONTEXT_REMOTE_APPLICATION 0x8020001EL | |
| 40 #define BG_E_SESSION_NOT_FOUND 0x8020001FL | |
| 41 #define BG_E_TOO_LARGE 0x80200020L | |
| 42 #define BG_E_STRING_TOO_LONG 0x80200021L | |
| 43 #define BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH 0x80200022L | |
| 44 #define BG_E_SERVER_EXECUTE_ENABLE 0x80200023L | |
| 45 #define BG_E_NO_PROGRESS 0x80200024L | |
| 46 #define BG_E_USERNAME_TOO_LARGE 0x80200025L | |
| 47 #define BG_E_PASSWORD_TOO_LARGE 0x80200026L | |
| 48 #define BG_E_INVALID_AUTH_TARGET 0x80200027L | |
| 49 #define BG_E_INVALID_AUTH_SCHEME 0x80200028L | |
| 50 #define BG_E_FILE_NOT_FOUND 0x80200029L | |
| 51 #define BG_S_PROXY_CHANGED 0x0020002AL | |
| 52 #define BG_E_INVALID_RANGE 0x8020002BL | |
| 53 #define BG_E_OVERLAPPING_RANGES 0x8020002CL | |
| 54 #define BG_E_CONNECT_FAILURE 0x8020002DL | |
| 55 #define BG_E_CONNECTION_CLOSED 0x8020002EL | |
| 56 #define BG_E_KEEP_ALIVE_FAILURE 0x8020002FL | |
| 57 #define BG_E_MESSAGE_LENGTH_LIMIT_EXCEEDED 0x80200030L | |
| 58 #define BG_E_NAME_RESOLUTION_FAILURE 0x80200031L | |
| 59 #define BG_E_PENDING 0x80200032L | |
| 60 #define BG_E_PIPELINE_FAILURE 0x80200033L | |
| 61 #define BG_E_PROTOCOL_ERROR 0x80200034L | |
| 62 #define BG_E_PROXY_NAME_RESOLUTION_FAILURE 0x80200035L | |
| 63 #define BG_E_RECEIVE_FAILURE 0x80200036L | |
| 64 #define BG_E_REQUEST_CANCELED 0x80200037L | |
| 65 #define BG_E_SECURE_CHANNEL_FAILURE 0x80200038L | |
| 66 #define BG_E_SEND_FAILURE 0x80200039L | |
| 67 #define BG_E_SERVER_PROTOCOL_VIOLATION 0x8020003AL | |
| 68 #define BG_E_TIMEOUT 0x8020003BL | |
| 69 #define BG_E_TRUST_FAILURE 0x8020003CL | |
| 70 #define BG_E_UNKNOWN_ERROR 0x8020003DL | |
| 71 #define BG_E_BLOCKED_BY_POLICY 0x8020003EL | |
| 72 #define BG_E_INVALID_PROXY_INFO 0x8020003FL | |
| 73 #define BG_E_INVALID_CREDENTIALS 0x80200040L | |
| 74 #define BG_E_HTTP_ERROR_100 0x80190064L | |
| 75 #define BG_E_HTTP_ERROR_101 0x80190065L | |
| 76 #define BG_E_HTTP_ERROR_200 0x801900C8L | |
| 77 #define BG_E_HTTP_ERROR_201 0x801900C9L | |
| 78 #define BG_E_HTTP_ERROR_202 0x801900CAL | |
| 79 #define BG_E_HTTP_ERROR_203 0x801900CBL | |
| 80 #define BG_E_HTTP_ERROR_204 0x801900CCL | |
| 81 #define BG_E_HTTP_ERROR_205 0x801900CDL | |
| 82 #define BG_E_HTTP_ERROR_206 0x801900CEL | |
| 83 #define BG_E_HTTP_ERROR_300 0x8019012CL | |
| 84 #define BG_E_HTTP_ERROR_301 0x8019012DL | |
| 85 #define BG_E_HTTP_ERROR_302 0x8019012EL | |
| 86 #define BG_E_HTTP_ERROR_303 0x8019012FL | |
| 87 #define BG_E_HTTP_ERROR_304 0x80190130L | |
| 88 #define BG_E_HTTP_ERROR_305 0x80190131L | |
| 89 #define BG_E_HTTP_ERROR_307 0x80190133L | |
| 90 #define BG_E_HTTP_ERROR_400 0x80190190L | |
| 91 #define BG_E_HTTP_ERROR_401 0x80190191L | |
| 92 #define BG_E_HTTP_ERROR_402 0x80190192L | |
| 93 #define BG_E_HTTP_ERROR_403 0x80190193L | |
| 94 #define BG_E_HTTP_ERROR_404 0x80190194L | |
| 95 #define BG_E_HTTP_ERROR_405 0x80190195L | |
| 96 #define BG_E_HTTP_ERROR_406 0x80190196L | |
| 97 #define BG_E_HTTP_ERROR_407 0x80190197L | |
| 98 #define BG_E_HTTP_ERROR_408 0x80190198L | |
| 99 #define BG_E_HTTP_ERROR_409 0x80190199L | |
| 100 #define BG_E_HTTP_ERROR_410 0x8019019AL | |
| 101 #define BG_E_HTTP_ERROR_411 0x8019019BL | |
| 102 #define BG_E_HTTP_ERROR_412 0x8019019CL | |
| 103 #define BG_E_HTTP_ERROR_413 0x8019019DL | |
| 104 #define BG_E_HTTP_ERROR_414 0x8019019EL | |
| 105 #define BG_E_HTTP_ERROR_415 0x8019019FL | |
| 106 #define BG_E_HTTP_ERROR_416 0x801901A0L | |
| 107 #define BG_E_HTTP_ERROR_417 0x801901A1L | |
| 108 #define BG_E_HTTP_ERROR_449 0x801901C1L | |
| 109 #define BG_E_HTTP_ERROR_500 0x801901F4L | |
| 110 #define BG_E_HTTP_ERROR_501 0x801901F5L | |
| 111 #define BG_E_HTTP_ERROR_502 0x801901F6L | |
| 112 #define BG_E_HTTP_ERROR_503 0x801901F7L | |
| 113 #define BG_E_HTTP_ERROR_504 0x801901F8L | |
| 114 #define BG_E_HTTP_ERROR_505 0x801901F9L | |
| 115 #define BITS_MC_JOB_CANCELLED 0x80194000L | |
| 116 #define BITS_MC_FILE_DELETION_FAILED 0x80194001L | |
| 117 #define BITS_MC_FILE_DELETION_FAILED_MORE 0x80194002L | |
| 118 #define BITS_MC_JOB_PROPERTY_CHANGE 0x80194003L | |
| 119 #define BITS_MC_JOB_TAKE_OWNERSHIP 0x80194004L | |
| 120 #define BITS_MC_JOB_SCAVENGED 0x80194005L | |
| 121 #define BITS_MC_JOB_NOTIFICATION_FAILURE 0x80194006L | |
| 122 #define BITS_MC_STATE_FILE_CORRUPT 0x80194007L | |
| 123 #define BITS_MC_FAILED_TO_START 0x80194008L | |
| 124 #endif | |
| 125 #endif |
