home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / OLS / SADKT100 / sadkt100.lzh / Sari_i.c < prev    next >
C/C++ Source or Header  |  1999-12-31  |  2KB  |  72 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.0164 */
  8. /* at Sat Nov 27 21:02:47 1999
  9.  */
  10. /* Compiler settings for D:\VC_Work\Win\Sari20\Sari.odl:
  11.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, 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 LIBID_Sari = {0x01277662,0x2322,0x11D3,{0xBF,0xA3,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  39.  
  40.  
  41. const IID IID_ISRFile = {0x595AFEE2,0x852B,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  42.  
  43.  
  44. const IID IID_ISREdit = {0x5C314400,0x8565,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  45.  
  46.  
  47. const IID IID_ISRDisplay = {0xD7C92400,0x8652,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  48.  
  49.  
  50. const IID IID_ISRSearch = {0x7BEB2BE0,0x86C7,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  51.  
  52.  
  53. const IID IID_ISRMisc = {0x7BEB2BE5,0x86C7,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  54.  
  55.  
  56. const IID IID_ISRAPL = {0x849BAB60,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  57.  
  58.  
  59. const IID IID_ISariAddin = {0x0BE91000,0x82F8,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  60.  
  61.  
  62. const IID DIID__ISRAPLEvents = {0x849BAB62,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  63.  
  64.  
  65. const CLSID CLSID_SariAPL = {0x849BAB61,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
  66.  
  67.  
  68. #ifdef __cplusplus
  69. }
  70. #endif
  71.  
  72.