ExEvent_i.c
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- /* 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 Sun Feb 28 14:21:40 2010
- */
- /* Compiler settings for C:VCday13ExEventExEvent.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_IMyAbcd = {0x5D8918B7,0x6EE3,0x4D02,{0xAC,0x6E,0xBA,0x73,0x98,0xFC,0x87,0x2C}};
- const IID LIBID_EXEVENTLib = {0x2C5DC97C,0x87FC,0x455B,{0xB5,0xB6,0x4C,0xE4,0x2A,0x3C,0xC2,0x12}};
- const IID DIID__IMyAbcdEvents = {0x588E4844,0x9AB3,0x4B8B,{0xBE,0x17,0x67,0x38,0x3E,0x1D,0xBA,0xB8}};
- const CLSID CLSID_MyAbcd = {0x20553217,0x5B7B,0x498F,{0xA8,0x44,0xDA,0x61,0x8F,0x50,0xC1,0x5D}};
- #ifdef __cplusplus
- }
- #endif