myaddinter_i.c
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual 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 Feb 22 19:18:15 2010
- */
- /* Compiler settings for myaddinter.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_IMyfirst = {0xB5DC4864,0x4819,0x4C1F,{0x9B,0xBE,0x07,0xCE,0x52,0x3C,0x5B,0x42}};
- const IID IID_IHello = {0x674F7BAF,0xA5B0,0x4b8d,{0x87,0x1C,0x1C,0x0A,0x6A,0x08,0x5D,0xC3}};
- const IID LIBID_MYADDINTERLib = {0x99CA5891,0x02B2,0x4439,{0xB1,0x99,0xD6,0xE1,0x80,0x12,0x42,0xE3}};
- const CLSID CLSID_Myfirst = {0x5DBA4E48,0x6A44,0x4455,{0x81,0x6C,0xA9,0x14,0x91,0xCA,0xF6,0x25}};
- #ifdef __cplusplus
- }
- #endif