xcmcmsxt.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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 XCMCMSXT_H
  7. #define XCMCMSXT_H
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #define MS_EXT_SET_ID (512)
  12. #define CMC_XS_MS ((CMC_uint32) MS_EXT_SET_ID)
  13. #define CMC_X_MS_SESSION_FLAGS ((CMC_uint32) MS_EXT_SET_ID + 16)
  14. #define CMC_X_MS_NEW_SESSION ((CMC_flags) 1)
  15. #define CMC_X_MS_FORCE_DOWNLOAD ((CMC_flags) 4)
  16. #define CMC_X_MS_FUNCTION_FLAGS ((CMC_uint32) MS_EXT_SET_ID + 17)
  17. #define CMC_X_MS_READ_ENV_ONLY ((CMC_flags) 1)
  18. #define CMC_X_MS_READ_BODY_AS_FILE ((CMC_flags) 2)
  19. #define CMC_X_MS_LIST_GUARANTEE_FIFO ((CMC_flags) 4)
  20. #define CMC_X_MS_AB_NO_MODIFY ((CMC_flags) 8)
  21. #define CMC_X_MS_ADDRESS_UI ((CMC_uint32) MS_EXT_SET_ID + 18)
  22. #define CMC_X_MS_ATTACH_DATA ((CMC_uint32) MS_EXT_SET_ID + 128)
  23. #define CMC_X_MS_ATTACH_OLE ((CMC_flags) 1)
  24. #define CMC_X_MS_ATTACH_OLE_STATIC ((CMC_flags) 2)
  25. #define CMC_X_MS_MESSAGE_DATA ((CMC_uint32) MS_EXT_SET_ID + 129)
  26. #define CMC_X_MS_MSG_RECEIPT_REQ ((CMC_flags) 1)
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif