Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/wpapimsg.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 #define WEBPOST_ERROR_FIRST 0x40042100L | |
| 7 #define WEBPOST_ERROR_UNKNOWN 0xC0042101L | |
| 8 #define WEBPOST_ERROR_PROVCLSID_UNKNOWN 0xC0042102L | |
| 9 #define WEBPOST_ERROR_SITE_CORRUPT 0xC0042103L | |
| 10 #define WEBPOST_ERROR_PROV_CORRUPT 0xC0042104L | |
| 11 #define WEBPOST_ERROR_PROV_DLL 0xC0042105L | |
| 12 #define WEBPOST_ERROR_PROV_EP 0xC0042106L | |
| 13 #define WEBPOST_ERROR_INIT_FAILED 0xC0042107L | |
| 14 #define WEBPOST_ERROR_LIST_SITES 0xC0042108L | |
| 15 #define WEBPOST_ERROR_SITE_EXISTS 0xC0042109L | |
| 16 #define WEBPOST_ERROR_CREATE_SITE 0xC004210AL | |
| 17 #define WEBPOST_ERROR_SITE_DOESNOTEXIST 0xC004210BL | |
| 18 #define WEBPOST_ERROR_DELETE_SITE 0xC004210CL | |
| 19 #define WEBPOST_ERROR_ENUM_PROVS 0xC004210DL | |
| 20 #define WEBPOST_ERROR_PROV_QI 0xC004210EL | |
| 21 #define WEBPOST_ERROR_POST_FILES 0xC004210FL | |
| 22 #define WEBPOST_ERROR_COCREATE_WIZARD 0xC0042110L | |
| 23 #define WEBPOST_ERROR_POSTINFO_REQUIRED 0xC0042111L | |
| 24 #define WEBPOST_ERROR_AUTOBIND_FAILED 0xC0042112L | |
| 25 #define WEBPOST_ERROR_BAD_PROV_PTR 0xC0042113L | |
| 26 #define WEBPOST_ERROR_PROV_NOT_IN_POSTINFO 0x80042114L | |
| 27 #define WEBPOST_ERROR_EXTENDED_ERROR 0xC0042116L | |
| 28 #define WEBPOST_ERROR_NO_EXT_ERR_INFO 0xC0042117L | |
| 29 #define WEBPOST_ERROR_INVALID_POSTINFO 0x40042118L | |
| 30 #define WEBPOST_ERROR_NO_POSTINFO 0x40042119L | |
| 31 #define WEBPOST_ERROR_HTTP_GET_FAILED 0x4004211AL | |
| 32 #define WEBPOST_ERROR_LAST 0x400421FFL |
