/* 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 Wed Feb 06 14:35:50 2002 */ /* Compiler settings for D:\=Plug-in\MccPlugin\MccPlugin.idl: Oicf (OptLev=i2), 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_IMccPluginHostCtrl = {0x49F44AEB,0xE36B,0x40D9,{0x8B,0x96,0xF4,0x82,0x3E,0xF0,0x48,0x02}}; const IID LIBID_MCCPLUGINLib = {0x48F42675,0xCF2A,0x40D1,{0xA5,0x2A,0xB6,0x22,0xF7,0x82,0xD4,0x88}}; const IID DIID__IMccPluginHostCtrlEvents = {0x77E565CA,0x833A,0x4445,{0x9E,0x6A,0x1C,0x0B,0x25,0x0F,0x8E,0x54}}; const CLSID CLSID_MccPluginHostCtrl = {0x33894758,0x479A,0x4CF0,{0x8A,0x87,0x57,0xDA,0x5E,0x5B,0xBD,0xB9}}; #ifdef __cplusplus } #endif