home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September (Special) / Chip-Special_2002-09_Digitalni-Video.bin / software / premiere / Cleaner / cleaner.exe / Main / com_script_interface.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-26  |  1.1 KB  |  51 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 Mon Jun 26 10:51:03 2000
  9.  */
  10. /* Compiler settings for cleaner.idl:
  11.     Os (OptLev=s), 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 IID_ICleaner = {0x50D994ED,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
  39.  
  40.  
  41. const IID LIBID_CleanerLib = {0x50D994E1,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
  42.  
  43.  
  44. const CLSID CLSID_Cleaner = {0x50D994EE,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
  45.  
  46.  
  47. #ifdef __cplusplus
  48. }
  49. #endif
  50.  
  51.