testcellormatrix_idl_i.c

来自「《精通matlab与c++混合编程》的光盘内容」· C语言 代码 · 共 51 行

C
51
字号
/* 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 Sun May 23 22:49:13 2004
 */
/* Compiler settings for D:/MATLAB6p5p1/work/book/dataconversion/cell_or_matrix/mfiles/src\testcellormatrix_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_Itestcellormatrix = {0xD96F86FD,0x68C9,0x4C36,{0xAA,0xC9,0x91,0x7A,0x77,0x26,0x31,0x88}};


const IID LIBID_testcellormatrix = {0x6C334D68,0xFD74,0x4CE0,{0xAC,0x24,0x9D,0x86,0x0D,0xAA,0x51,0x99}};


const CLSID CLSID_testcellormatrix = {0x524FE1AF,0x9755,0x436D,{0x9B,0x16,0xED,0xE9,0xFB,0x2C,0x3B,0xFA}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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