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

📄 testcellormatrix_idl_i.c

📁 cell_or_matrix 数据转换及数组格式标志使用
💻 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 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -