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

📄 multconnect_i.c

📁 Thinkinc++English 电子书籍,英文版
💻 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 Mon Sep 19 18:19:39 2005
 */
/* Compiler settings for D:\Documents and Settings\Administrator\My Documents\我总结的知识\COM 组件设计与应用(十五)\ComP15\MultConnect\MultConnect.idl:
    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 IID_IDispConnect = {0xA75C7478,0xD981,0x4537,{0xB6,0x8A,0x36,0x68,0x28,0x64,0x37,0x84}};


const IID LIBID_MULTCONNECTLib = {0xCAE0C68A,0x53E1,0x435C,{0xAE,0x93,0xF3,0x3F,0x47,0x82,0x6A,0xBD}};


const IID DIID__IDispConnectEvents = {0xF81DB93E,0x4F63,0x4A55,{0x81,0x14,0xA3,0x2B,0xC7,0x84,0x66,0xD3}};


const IID DIID__IDispConnectEvents2 = {0xF81DB93F,0x4F63,0x4A55,{0x81,0x14,0xA3,0x2B,0xC7,0x84,0x66,0xD3}};


const CLSID CLSID_DispConnect = {0x9461BE82,0x0D64,0x4E3B,{0xB0,0xDB,0x23,0x06,0xD1,0xBF,0xE3,0xF0}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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