testmwutil_1_0.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 Mon May 24 15:15:09 2004
 */
/* Compiler settings for C:\DOCUME~1\liuwei\LOCALS~1\Temp\IDL22D.tmp:
    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 LIBID_testmwutil = {0xABEE6781,0x0BD8,0x4956,{0xBD,0xF0,0x77,0xF8,0x71,0x66,0x06,0xBC}};


const IID IID_Itestmwutil = {0xA392B97A,0x5D11,0x4C4D,{0x94,0xD3,0x34,0x9A,0xDA,0xCB,0x26,0x2B}};


const CLSID CLSID_testmwutil = {0xB4213B2F,0xBD3E,0x49F4,{0xBB,0x60,0xBC,0x4C,0x9E,0x43,0x29,0x89}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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