home *** CD-ROM | disk | FTP | other *** search
- /* this file contains the actual definitions of */
- /* the IIDs and CLSIDs */
-
- /* link this file in with the server and any clients */
-
-
- /* File created by MIDL compiler version 5.01.0164 */
- /* at Mon Jun 26 10:51:03 2000
- */
- /* Compiler settings for cleaner.idl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- */
- //@@MIDL_FILE_HEADING( )
- #ifdef __cplusplus
- extern "C"{
- #endif
-
-
- #ifndef __IID_DEFINED__
- #define __IID_DEFINED__
-
- typedef struct _IID
- {
- unsigned long x;
- unsigned short s1;
- unsigned short s2;
- unsigned char c[8];
- } IID;
-
- #endif // __IID_DEFINED__
-
- #ifndef CLSID_DEFINED
- #define CLSID_DEFINED
- typedef IID CLSID;
- #endif // CLSID_DEFINED
-
- const IID IID_ICleaner = {0x50D994ED,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
-
-
- const IID LIBID_CleanerLib = {0x50D994E1,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
-
-
- const CLSID CLSID_Cleaner = {0x50D994EE,0x8834,0x11D3,{0x8B,0xBE,0x00,0x00,0xE8,0x5F,0x33,0x2D}};
-
-
- #ifdef __cplusplus
- }
- #endif
-
-