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

📄 atldisp_i.c

📁 自动接口极大地提升软件的功能try it!
💻 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 Sun May 23 00:10:50 2004
 */
/* Compiler settings for e:\DispDisp\ATLDisp\ATLDisp.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_IAAA = {0xD17A119D,0x0FEC,0x4737,{0x8E,0xBD,0x4A,0xA0,0x40,0x39,0x3A,0x36}};


const IID IID_IBBB = {0xD17A119E,0x0FEC,0x4737,{0x8E,0xBD,0x4A,0xA0,0x40,0x39,0x3A,0x36}};


const IID LIBID_ATLDISPLib = {0xBE981CA7,0x01DB,0x4C90,{0xB6,0xF3,0x81,0x4C,0x3B,0xF2,0xFC,0xDA}};


const CLSID CLSID_AAA = {0x2E4504CB,0xEC44,0x46A9,{0xB1,0x9B,0x1E,0xA5,0x81,0x74,0xEF,0x2F}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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