| 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 |
#ifndef _MDMSG_H_ |
| 7 |
#define _MDMSG_H_ |
| 8 |
|
| 9 |
#define MD_ERROR_NOT_INITIALIZED __MSABI_LONG(0x800CC800) |
| 10 |
#define MD_ERROR_DATA_NOT_FOUND __MSABI_LONG(0x800CC801) |
| 11 |
#define MD_ERROR_INVALID_VERSION __MSABI_LONG(0x800CC802) |
| 12 |
|
| 13 |
#define MD_WARNING_PATH_NOT_FOUND __MSABI_LONG(0x000CC803) |
| 14 |
#define MD_WARNING_DUP_NAME __MSABI_LONG(0x000CC804) |
| 15 |
#define MD_WARNING_INVALID_DATA __MSABI_LONG(0x000CC805) |
| 16 |
|
| 17 |
#define MD_ERROR_SECURE_CHANNEL_FAILURE __MSABI_LONG(0x800CC806) |
| 18 |
|
| 19 |
#define MD_WARNING_PATH_NOT_INSERTED __MSABI_LONG(0x000CC807) |
| 20 |
|
| 21 |
#define MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE __MSABI_LONG(0x800CC808) |
| 22 |
|
| 23 |
#define MD_WARNING_SAVE_FAILED __MSABI_LONG(0x000CC809) |
| 24 |
|
| 25 |
#define MD_ERROR_IISAO_INVALID_SCHEMA __MSABI_LONG(0x800CC810) |
| 26 |
#define MD_ERROR_READ_METABASE_FILE __MSABI_LONG(0x800CC819) |
| 27 |
#define MD_ERROR_NO_SESSION_KEY __MSABI_LONG(0x800CC81D) |
| 28 |
|
| 29 |
#endif |