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

📄 component_idl_i.c

📁 我写的简明MATLAB与VC++混合编程例子
💻 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 10:12:46 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_Ihuatu = {0x6779C6A4,0x15F2,0x49C8,{0x85,0x2E,0xE3,0x58,0x42,0xC9,0x5F,0x16}};


const IID LIBID_component = {0xD6CEC2C7,0x75D2,0x4AFC,{0x9E,0x57,0x9B,0xF7,0xEF,0x88,0x4D,0x48}};


const CLSID CLSID_huatu = {0x96066B95,0x85D2,0x4E96,{0x90,0x11,0x7A,0x96,0x92,0x0A,0xE0,0x43}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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