exautoDemo_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 Fri Feb 26 12:24:59 2010
- */
- /* Compiler settings for C:VCday11exautoDemoexautoDemo.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_IMyAdd = {0x5254DB61,0x8E6E,0x433B,{0xB2,0xCE,0x16,0xF0,0xDF,0xBD,0x06,0x2A}};
- const IID LIBID_EXAUTODEMOLib = {0x58B6F89B,0x4F60,0x415A,{0xB6,0x31,0x35,0xEB,0x19,0x37,0x01,0x64}};
- const CLSID CLSID_MyAdd = {0xAFCE06BA,0x5127,0x47DE,{0xB8,0xE5,0xA4,0x96,0x20,0xBA,0x1A,0xB8}};
- #ifdef __cplusplus
- }
- #endif