📄 simple15_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 Tue Sep 13 23:28:12 2005
*/
/* Compiler settings for D:\Documents and Settings\Administrator\My Documents\我总结的知识\COM 组件设计与应用(十五)\ComP15\Simple15\Simple15.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_IDispConnect = {0x3458B952,0x4337,0x4EE1,{0xBA,0x66,0x98,0x5E,0x62,0xF7,0x2B,0x29}};
const IID LIBID_SIMPLE15Lib = {0x5D2722B4,0x6BB2,0x45A1,{0xB2,0xE3,0xA3,0xE8,0x46,0x27,0x13,0x52}};
const IID DIID__IDispConnectEvents = {0x59C830A7,0xD235,0x401A,{0xBB,0x2B,0xD4,0x17,0x0E,0x4A,0xC2,0x50}};
const CLSID CLSID_DispConnect = {0xAFDE97FB,0xEA5A,0x4733,{0x8E,0x64,0x95,0x26,0x61,0xDE,0x51,0xDE}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -