ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wpapimsg.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 1832 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
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 #define WEBPOST_ERROR_FIRST __MSABI_LONG(0x40042100)
7 #define WEBPOST_ERROR_UNKNOWN __MSABI_LONG(0xC0042101)
8 #define WEBPOST_ERROR_PROVCLSID_UNKNOWN __MSABI_LONG(0xC0042102)
9 #define WEBPOST_ERROR_SITE_CORRUPT __MSABI_LONG(0xC0042103)
10 #define WEBPOST_ERROR_PROV_CORRUPT __MSABI_LONG(0xC0042104)
11 #define WEBPOST_ERROR_PROV_DLL __MSABI_LONG(0xC0042105)
12 #define WEBPOST_ERROR_PROV_EP __MSABI_LONG(0xC0042106)
13 #define WEBPOST_ERROR_INIT_FAILED __MSABI_LONG(0xC0042107)
14 #define WEBPOST_ERROR_LIST_SITES __MSABI_LONG(0xC0042108)
15 #define WEBPOST_ERROR_SITE_EXISTS __MSABI_LONG(0xC0042109)
16 #define WEBPOST_ERROR_CREATE_SITE __MSABI_LONG(0xC004210A)
17 #define WEBPOST_ERROR_SITE_DOESNOTEXIST __MSABI_LONG(0xC004210B)
18 #define WEBPOST_ERROR_DELETE_SITE __MSABI_LONG(0xC004210C)
19 #define WEBPOST_ERROR_ENUM_PROVS __MSABI_LONG(0xC004210D)
20 #define WEBPOST_ERROR_PROV_QI __MSABI_LONG(0xC004210E)
21 #define WEBPOST_ERROR_POST_FILES __MSABI_LONG(0xC004210F)
22 #define WEBPOST_ERROR_COCREATE_WIZARD __MSABI_LONG(0xC0042110)
23 #define WEBPOST_ERROR_POSTINFO_REQUIRED __MSABI_LONG(0xC0042111)
24 #define WEBPOST_ERROR_AUTOBIND_FAILED __MSABI_LONG(0xC0042112)
25 #define WEBPOST_ERROR_BAD_PROV_PTR __MSABI_LONG(0xC0042113)
26 #define WEBPOST_ERROR_PROV_NOT_IN_POSTINFO __MSABI_LONG(0x80042114)
27 #define WEBPOST_ERROR_EXTENDED_ERROR __MSABI_LONG(0xC0042116)
28 #define WEBPOST_ERROR_NO_EXT_ERR_INFO __MSABI_LONG(0xC0042117)
29 #define WEBPOST_ERROR_INVALID_POSTINFO __MSABI_LONG(0x40042118)
30 #define WEBPOST_ERROR_NO_POSTINFO __MSABI_LONG(0x40042119)
31 #define WEBPOST_ERROR_HTTP_GET_FAILED __MSABI_LONG(0x4004211A)
32 #define WEBPOST_ERROR_LAST __MSABI_LONG(0x400421FF)