xcmcmsx2.h 717 B

123456789101112131415161718192021222324252627282930313233
  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 _XCMCMSX2_H
  7. #define _XCMCMSX2_H
  8. #include <xcmcmsxt.h>
  9. #include <mapidefs.h>
  10. #include <xcmc.h>
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #ifdef MAPIX_H
  15. STDMETHODIMP_(SCODE) ScMAPIXFromCMC(CMC_session_id cmc_session,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION *lppMAPISession);
  16. #endif
  17. #define CMC_X_MS_ATTACH_MESSAGE ((CMC_flags) 4)
  18. typedef struct {
  19. CMC_message_reference *message;
  20. CMC_uint32 id;
  21. CMC_buffer object;
  22. } CMC_X_MS_ATTACH;
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif