myplot_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 Sun Oct 16 19:33:05 2005
*/
/* Compiler settings for D:/matlab/work/myplot/src\myplot_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_Imyplot = {0x8881D4B2,0x781F,0x47D0,{0x9E,0x50,0x4C,0x44,0x2C,0x8A,0x91,0x02}};
const IID LIBID_myplot = {0x43B91721,0x55D3,0x4952,{0xAB,0x6C,0x73,0x6F,0xE5,0x14,0x4B,0x79}};
const CLSID CLSID_myplot = {0x9049422B,0xEDF5,0x4A64,{0xBF,0x81,0x59,0x4B,0xD5,0x17,0xF7,0xEA}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?