gpcvc_idl_i.c

来自「广义预测控制的COM接口程序 VBheVC可调用 实现联合编程」· 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 Sat Jun 16 16:55:39 2007
 */
/* Compiler settings for D:/VC/matlab/gpc/src\gpcvc_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_IgpcVC = {0x355B3E0A,0xB51F,0x468E,{0x94,0x7C,0x04,0x14,0x12,0xFD,0x83,0x9F}};


const IID LIBID_gpcVC = {0x21DEBEC4,0xA6EA,0x4F71,{0xB9,0xF3,0x90,0xDD,0xEE,0x4B,0x63,0x17}};


const CLSID CLSID_gpcVC = {0xAE3C1E82,0x60AF,0x44CB,{0xA2,0xF9,0xD6,0x1E,0xB3,0x00,0x8D,0xF4}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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