www.pudn.com > Excel_example.rar > ExcelAddin_i.c
/* 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 Thu Apr 10 01:06:27 2003
*/
/* Compiler settings for G:\Program\code\ExcelAddin\ExcelAddin.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_IExcel2000Addin = {0x785C25BA,0xC89B,0x40BA,{0x81,0xEC,0x24,0x4D,0xF4,0xDB,0x95,0x59}};
const IID LIBID_EXCELADDINLib = {0x5504B337,0x2A9C,0x4960,{0xAE,0x79,0x2D,0x2F,0xB5,0x8B,0x97,0xD8}};
const CLSID CLSID_Excel2000Addin = {0x6E8C386C,0x9AAA,0x4903,{0xB6,0xA0,0x56,0x86,0x61,0x84,0xE3,0x71}};
#ifdef __cplusplus
}
#endif