exStruct_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 14:31:54 2010
- */
- /* Compiler settings for C:VCday09exStructexStruct.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_IMystruct = {0x3FEEA45C,0xDB9F,0x47AF,{0xBE,0xD6,0x80,0xE1,0x52,0x0A,0x3B,0x0F}};
- const IID LIBID_EXSTRUCTLib = {0x90333778,0xD3B1,0x4928,{0x82,0xB7,0x72,0x74,0x5E,0x88,0x8D,0x1E}};
- const CLSID CLSID_Mystruct = {0xF476CC90,0xE3B2,0x4DB6,{0x89,0x88,0x8A,0x09,0x14,0xD1,0x2E,0xF7}};
- #ifdef __cplusplus
- }
- #endif