arraypasscom_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 Thu May 20 14:43:47 2004
 */
/* Compiler settings for D:/MATLAB6p5p1/work/book/dataconversion/arraypass/arraycom/src\arraypasscom_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_Iarraypasscom = {0x0F29F908,0x00BF,0x4A0C,{0xB1,0xED,0x44,0xE3,0xD0,0x70,0x24,0xA2}};


const IID LIBID_arraypasscom = {0x59CFF69A,0x130C,0x425C,{0x8E,0xB4,0xFA,0x2A,0xD3,0x98,0x46,0x47}};


const CLSID CLSID_arraypasscom = {0xC7C0BFA5,0xBFC9,0x41A4,{0x8E,0xC7,0x60,0x5D,0xB8,0x3E,0xEB,0xD0}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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