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

📄 test07_i.c

📁 使用方法如下: 1、在工程中加入comm.h这个头文件 2、在stdafx.h中加入 #include 3、在聚合类改变方法如下: 原句:public IDispatchImpl 新句:public
💻 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 Tue Aug 24 15:30:55 2004
 */
/* Compiler settings for C:\test\test07\test07.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_IUser = {0xE8DECB7F,0x93DE,0x4A6F,{0xA9,0x5B,0x18,0xA4,0x6A,0xFD,0xD5,0x40}};


const IID IID_IUsers = {0x6513E9E8,0xDAB4,0x4B70,{0xAD,0x39,0x93,0xCF,0xDE,0xE8,0xE9,0x71}};


const IID LIBID_TEST07Lib = {0x4E8C46AD,0x1767,0x4A16,{0xAD,0x2B,0x08,0x96,0x2A,0xFD,0xCD,0xCD}};


const CLSID CLSID_Users = {0xED481D93,0x47F4,0x407C,{0x96,0x0D,0x7C,0x7F,0x55,0xCB,0xA2,0xA6}};


const CLSID CLSID_User = {0xA1559272,0x6E8D,0x441C,{0xB0,0xBB,0xC7,0x31,0x67,0x50,0x4C,0xE4}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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