mingw-w64/mingw-w64-headers/include/wpwizmsg.h
Corinna Vinschen 3c3f403efc * Throughout, use __MSABI_LONG macro rather than 'L' qualifier
for numerical constants.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5273 4407c894-4637-0410-b4f5-ada5f102cad1
2012-07-27 13:12:24 +00:00

18 lines
890 B
C

/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#define WPWIZ_ERROR_FIRST __MSABI_LONG(0x40042000)
#define WPWIZ_ERROR_UNKNOWN __MSABI_LONG(0xC0042001)
#define WPWIZ_ERROR_PROV_QI __MSABI_LONG(0xC0042002)
#define WPWIZ_ERROR_INIT_FAILED __MSABI_LONG(0xC0042003)
#define WPWIZ_ERROR_COCREATE_WEBPOST __MSABI_LONG(0xC0042004)
#define WPWIZ_ERROR_NO_PROVIDERS __MSABI_LONG(0xC0042005)
#define WPWIZ_ERROR_STATE_PTR __MSABI_LONG(0xC0042006)
#define WPWIZ_ERROR_WEBPOST_PTR __MSABI_LONG(0xC0042007)
#define WPWIZ_ERROR_FILE_NOT_FOUND __MSABI_LONG(0xC0042008)
#define WPWIZ_ERROR_PROPSHEET_ERROR __MSABI_LONG(0xC0042009)
#define WPWIZ_ERROR_OUTOFMEMORY __MSABI_LONG(0xC004200A)
#define WPWIZ_ERROR_LAST __MSABI_LONG(0x400420FF)