⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tyopcclient_i.c

📁 一个关于OPC DA 的客户端程序
💻 C
字号:
/* 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 Wed Dec 27 17:23:07 2006
 */
/* Compiler settings for F:\zyi\VCSample\TYOPCClient\TYOPCClient.odl:
    Oicf (OptLev=i2), 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_TYOPCClient = {0x5F39AEBA,0xC31D,0x4731,{0x9F,0x63,0x84,0xA3,0x1C,0xD5,0xDE,0x1A}};


const IID DIID_ITYOPCClient = {0x5DFE6B9D,0x82D3,0x429C,{0xB3,0x02,0x50,0x1F,0x52,0x8C,0xC4,0x6F}};


const CLSID CLSID_Document = {0x0917DFBD,0x3993,0x43B5,{0x96,0xAC,0x57,0xA1,0x32,0x28,0x9C,0xEA}};


const IID DIID_ITYOPCClientDoc = {0xDE64F505,0x0EAC,0x4920,{0x8F,0xAA,0xBA,0x75,0xAF,0xF9,0x4D,0xAB}};


const CLSID CLSID_TYOPCClientDoc = {0xE8E683F4,0x4CCE,0x4971,{0x97,0xD4,0x25,0xB9,0x80,0x46,0x98,0x9F}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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