📄 component_idl_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 Wed Jun 07 13:28:11 2006
*/
/* Compiler settings for d:/MATLAB7/work/component/src\component_idl.idl:
Os (OptLev=s), 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_Icalc = {0xBC251809,0x328B,0x4F2A,{0xB5,0x22,0x97,0x9B,0xFB,0xE0,0x40,0x69}};
const IID LIBID_component = {0xF445455F,0xEF55,0x44C2,{0xA5,0x70,0x3D,0x04,0xE4,0xCC,0x3A,0x56}};
const CLSID CLSID_calc = {0x3FC29294,0x9C32,0x45DE,{0x95,0xF1,0x48,0x40,0x38,0x36,0x3C,0x77}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -