sam_2_i.c

来自「专题讲座二:内容包括ActiveX控件介绍、利用MFC开发ActiveX控件、 」· C语言 代码 · 共 51 行

C
51
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?