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

📄 com_test_idl_i.c

📁 matlab7图书里面的所有matlab代码
💻 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 Mar 29 21:50:45 2006
 */
/* Compiler settings for D:/MATLAB7/work/com_test/src\com_test_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_Icom_testclass = {0xEE365135,0xB390,0x40B0,{0xAD,0x8D,0xE9,0x01,0xEF,0xEA,0x4B,0x6F}};


const IID LIBID_com_test = {0xACE823EF,0x2AA8,0x4293,{0xA7,0x29,0xF4,0x51,0xC5,0x00,0x4E,0xB2}};


const IID DIID__Icom_testclassEvents = {0xFBEEFDC1,0xDE19,0x4F86,{0x9B,0xDA,0x68,0x1A,0x39,0x0F,0x8F,0x99}};


const CLSID CLSID_com_testclass = {0xD42C18E6,0xCBBF,0x4B2B,{0x96,0x96,0xF9,0xCD,0x81,0x68,0x92,0xAC}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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