home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / esconf_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  2.0 KB  |  78 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 3.01.75 */
  8. /* at Fri Mar 27 05:37:32 1998
  9.  */
  10. /* Compiler settings for J:\events\src\esconf\esconf.idl:
  11.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  12.     error checks: none
  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_IEvents = {0x2F42C690,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  39.  
  40.  
  41. const IID IID_IHosts = {0x2F42C69A,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  42.  
  43.  
  44. const IID IID_IHost = {0x4AA3F8E1,0xC6AF,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  45.  
  46.  
  47. const IID IID_IHandlers = {0x2F42C69D,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  48.  
  49.  
  50. const IID IID_IHandler = {0x4AA3F8E4,0xC6AF,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  51.  
  52.  
  53. const IID IID_IBoundFolders = {0xB0C0F075,0xDEA0,0x11d0,{0x84,0xB0,0x00,0xC0,0x4F,0xC2,0xF8,0xDA}};
  54.  
  55.  
  56. const IID IID_IBoundFolder = {0xB0C0F074,0xDEA0,0x11d0,{0x84,0xB0,0x00,0xC0,0x4F,0xC2,0xF8,0xDA}};
  57.  
  58.  
  59. const IID IID_IEventBindings = {0x2F42C694,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  60.  
  61.  
  62. const IID IID_IEventBinding = {0x2F42C697,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  63.  
  64.  
  65. const IID IID_ISchedule = {0x2F42C699,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  66.  
  67.  
  68. const IID LIBID_ESCONFIGLib = {0x2F42C683,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  69.  
  70.  
  71. const CLSID CLSID_Events = {0x2F42C693,0xC6A4,0x11D0,{0x93,0xE9,0x00,0xAA,0x00,0x64,0xD4,0x70}};
  72.  
  73.  
  74. #ifdef __cplusplus
  75. }
  76. #endif
  77.  
  78.