📄 test1_i.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 Thu Aug 11 17:39:21 2005
*/
/* Compiler settings for E:\test\COM\接口继承\Test1\Test1.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_IFun = {0xDC8C9DEC,0xA7BC,0x44D9,{0x96,0xE5,0xB7,0xA6,0xB4,0xA5,0x9D,0x6C}};
const IID IID_IFun2 = {0xB9D75722,0x1950,0x405b,{0x8B,0xB6,0x97,0x88,0xA6,0xDB,0x1D,0xB2}};
const IID LIBID_TEST1Lib = {0xC1B7A657,0xC24C,0x4A5E,{0xAC,0x76,0x72,0xE8,0xDC,0x82,0x35,0xF1}};
const CLSID CLSID_CalCulate = {0xD85BF4AA,0x3CB9,0x464E,{0xBC,0x48,0xBD,0xCE,0xC7,0xD8,0xB2,0xE7}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -