autoDemo_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 10:55:23 2010
- */
- /* Compiler settings for D:VCday11autoDemoautoDemo.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_IMyAbc = {0x773A8D98,0x71EF,0x4BFD,{0x87,0x3E,0x93,0x0E,0xE4,0x5A,0x4B,0x57}};
- const IID LIBID_AUTODEMOLib = {0xB9B6894F,0xE818,0x4248,{0xA2,0xBB,0xF5,0x33,0xD5,0xCA,0xFC,0xB5}};
- const CLSID CLSID_MyAbc = {0x46C50D71,0x125C,0x4D5A,{0xA6,0xE7,0xDB,0x49,0xF5,0xFE,0xD5,0xF7}};
- #ifdef __cplusplus
- }
- #endif