mdmsg.h 1.0 KB

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