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

📄 simple17_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 Mon Oct 03 22:45:42 2005
 */
/* Compiler settings for D:\Documents and Settings\Administrator\My Documents\我总结的知识\COM 组件设计与应用(十七)\ComP17\Simple17\Simple17.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_IPrime = {0x11E12297,0x2851,0x466B,{0x96,0xF5,0x96,0xFC,0x5D,0x2A,0x65,0x1D}};


const IID LIBID_SIMPLE17Lib = {0x26375E66,0x30D4,0x4EF6,{0xBB,0x4B,0x7F,0x5F,0xBE,0xC0,0x2A,0xA2}};


const CLSID CLSID_Prime = {0xEC540F5B,0xBAE8,0x46B7,{0xA4,0x2D,0xFF,0xE1,0x1E,0x77,0xDC,0x44}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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