00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifdef __cplusplus
00016 extern "C"{
00017 #endif
00018
00019
00020 #ifndef __IID_DEFINED__
00021 #define __IID_DEFINED__
00022
00023 typedef struct _IID
00024 {
00025 unsigned long x;
00026 unsigned short s1;
00027 unsigned short s2;
00028 unsigned char c[8];
00029 } IID;
00030
00031 #endif // __IID_DEFINED__
00032
00033 #ifndef CLSID_DEFINED
00034 #define CLSID_DEFINED
00035 typedef IID CLSID;
00036 #endif // CLSID_DEFINED
00037
00038 const IID LIBID_IEFDMDMLib = {0x752D3C5E,0x1EF8,0x4FA9,{0xAC,0x6E,0xB5,0xE0,0x95,0xA4,0xD4,0xAF}};
00039
00040
00041 const CLSID CLSID_IEWGDM = {0x57BDEE5A,0x1E29,0x4CFD,{0xAE,0xE7,0xEF,0x32,0x11,0x8E,0xB6,0xD6}};
00042
00043
00044 #ifdef __cplusplus
00045 }
00046 #endif
00047