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

📄 hello_i.c

📁 com编程
💻 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 3.01.75 */
/* at Mon Mar 31 02:21:48 1997
 */
/* Compiler settings for hello.idl:
    Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: none
*/
//@@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_HelloLib = {0xDABA24E0,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_IHello = {0xDABA24E1,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_IAnimal = {0xDABA24E2,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_IDog = {0xDABA24E3,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_ICat = {0xDABA24E4,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_IPug = {0xDABA24E5,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const IID IID_IOldPug = {0xDABA24E6,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const CLSID CLSID_Hello = {0xDABA24E7,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const CLSID CLSID_Goodbye = {0xDABA24E9,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const CLSID CLSID_SoLong = {0xDABA24EA,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


const CLSID CLSID_OldPugCat = {0xDABA24E8,0xA38F,0x11d0,{0x8C,0x2F,0x00,0x80,0xC7,0x39,0x25,0xBA}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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