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

📄 sam_2_i.c

📁 专题讲座二:内容包括ActiveX控件介绍、利用MFC开发ActiveX控件、 利用ATL(ActiveX模板库)创建ActiveX控件、调试并使用ActiveX控件等
💻 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 3.01.75 */
/* at Sun Jan 30 16:37:02 2000
 */
/* Compiler settings for sam_2.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: none
*/
//@@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_IATLSam = {0x539E78EE,0xD726,0x11D3,{0x9B,0x30,0x52,0x54,0x4C,0x39,0x3A,0x8C}};


const IID LIBID_SAM_2Lib = {0x539E78E1,0xD726,0x11D3,{0x9B,0x30,0x52,0x54,0x4C,0x39,0x3A,0x8C}};


const CLSID CLSID_ATLSam = {0x539E78EF,0xD726,0x11D3,{0x9B,0x30,0x52,0x54,0x4C,0x39,0x3A,0x8C}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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