source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wpapimsg.h@ 1194

Last change on this file since 1194 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 1.8 KB
Line 
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)
Note: See TracBrowser for help on using the repository browser.