home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / cdo_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  2.5 KB  |  93 lines

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3.  
  4. /* link this file in with the server and any clients */
  5.  
  6.  
  7. /* File created by MIDL compiler version 5.01.0158 */
  8. /* at Thu May 28 16:58:24 1998
  9.  */
  10. /* Compiler settings for f:\platinum\cdontb2\src\cdo\cdo.idl:
  11.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, app_config, c_ext
  12.     error checks: allocation ref bounds_check enum stub_data 
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif 
  18.  
  19.  
  20. #ifndef __IID_DEFINED__
  21. #define __IID_DEFINED__
  22.  
  23. typedef struct _IID
  24. {
  25.     unsigned long x;
  26.     unsigned short s1;
  27.     unsigned short s2;
  28.     unsigned char  c[8];
  29. } IID;
  30.  
  31. #endif // __IID_DEFINED__
  32.  
  33. #ifndef CLSID_DEFINED
  34. #define CLSID_DEFINED
  35. typedef IID CLSID;
  36. #endif // CLSID_DEFINED
  37.  
  38. const IID IID_IADOStream = {0xD5C7917D,0xB941,0x11D1,{0x9F,0x62,0x00,0x00,0xF8,0x75,0xB2,0xC7}};
  39.  
  40.  
  41. const IID IID_IResField = {0xfc23e808,0x9766,0x11d1,{0xaa,0xfd,0x00,0xc0,0x4f,0xc3,0x1d,0x63}};
  42.  
  43.  
  44. const IID IID_IResFields = {0x06cb3f3c,0x969e,0x11d1,{0xaa,0xfc,0x00,0xc0,0x4f,0xc3,0x1d,0x63}};
  45.  
  46.  
  47. const IID IID_IBodyPart = {0x33D47B92,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  48.  
  49.  
  50. const IID IID_IMessage = {0x33D47B91,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  51.  
  52.  
  53. const IID IID_IConfig = {0x33D47B93,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  54.  
  55.  
  56. const IID IID_IMessages = {0x51624D52,0xB26D,0x11d1,{0x95,0x6F,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  57.  
  58.  
  59. const IID IID_IDropDirectory = {0x515A6DB9,0xB262,0x11d1,{0x95,0x6F,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  60.  
  61.  
  62. const IID IID_IBodyParts = {0x33D47B95,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  63.  
  64.  
  65. const IID LIBID_CDO = {0x33D47B6D,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  66.  
  67.  
  68. const IID IID_ISMTPOnArrival = {0x861E0DD0,0xAEE7,0x11d1,{0x95,0x6C,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  69.  
  70.  
  71. const IID IID_INNTPOnPost = {0x850BB4D4,0xAEF5,0x11d1,{0x95,0x6C,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  72.  
  73.  
  74. const IID IID_INNTPOnPostFinal = {0x850BB4D5,0xAEF5,0x11d1,{0x95,0x6C,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  75.  
  76.  
  77. const CLSID CLSID_Message = {0x33D47B70,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  78.  
  79.  
  80. const CLSID CLSID_Config = {0x33D47B72,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  81.  
  82.  
  83. const CLSID CLSID_Stream = {0x33D47B73,0x8B95,0x11D1,{0x82,0xDB,0x00,0xC0,0x4F,0xB1,0x62,0x5D}};
  84.  
  85.  
  86. const CLSID CLSID_DropDirectory = {0x65F5F799,0xB2C5,0x11d1,{0x95,0x6F,0x00,0xC0,0x4F,0xC2,0xD6,0x70}};
  87.  
  88.  
  89. #ifdef __cplusplus
  90. }
  91. #endif
  92.  
  93.