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

📄 simple_atl_i.c

📁 一个调用COM的程序
💻 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 May 26 15:43:05 2003
 */
/* Compiler settings for E:\program\VC\Simple_ATL\Simple_ATL.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_IFirst_ATL = {0x277C4AB5,0x2D37,0x4D1C,{0xB8,0x56,0xFA,0x54,0x65,0x93,0xC4,0x30}};


const IID LIBID_SIMPLE_ATLLib = {0x2557A6DE,0x5B58,0x494C,{0xA8,0x4A,0x69,0x0F,0x16,0x1F,0xBC,0x09}};


const CLSID CLSID_First_ATL = {0xB8F38CB7,0x5E0E,0x4EC9,{0x84,0x8C,0x63,0xC5,0x8C,0x2E,0xD0,0xA9}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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