mymatrix_idl_i.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 Fri Nov 05 21:46:37 2004
 */
/* Compiler settings for C:/MATLAB6p5p1/work/mymatrix/src\mymatrix_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_Imymatrix = {0x8FA743C7,0xF8F2,0x423A,{0x9A,0x46,0xFA,0x84,0x72,0x7E,0x3B,0xCC}};


const IID LIBID_mymatrix = {0xBFD22043,0x50BB,0x4D6A,{0xAA,0x00,0x79,0x13,0x41,0x3B,0x25,0xE9}};


const CLSID CLSID_mymatrix = {0x11DF84B8,0x31F6,0x46E9,{0x9E,0x2B,0x95,0x58,0x9E,0x31,0x7E,0x6F}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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