⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simple9_i.c

📁 Thinkinc++English 电子书籍,英文版
💻 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 Aug 25 00:47:31 2005
 */
/* Compiler settings for D:\Documents and Settings\Administrator\My Documents\我总结的知识\COM 组件设计与应用(十二)\ComP12\Simple9\Simple9.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_ISimpleErr = {0x39660E3A,0x4BD0,0x4894,{0xA6,0x5E,0x3C,0xF0,0x9D,0xA4,0xB6,0x26}};


const IID LIBID_SIMPLE9Lib = {0x04CAB502,0xF193,0x4384,{0x82,0x14,0x9C,0x05,0xE3,0xD0,0x48,0x2A}};


const CLSID CLSID_SimpleErr = {0xF113D12F,0xF934,0x497A,{0xBF,0xF1,0xED,0x6F,0x2E,0xD5,0xA7,0x55}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -