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 IID_IFDMCustButton = {0xEAC5AE32,0x9C01,0x4F1D,{0x9E,0x01,0x5F,0x0F,0x4D,0x31,0x00,0x14}};
00039
00040
00041 const IID LIBID_FDMCUSTIEBTNLib = {0x6084F04D,0x2F03,0x4A6E,{0x8E,0xB1,0x82,0x8D,0x81,0x71,0xAC,0xF7}};
00042
00043
00044 const CLSID CLSID_FDMCustButton = {0xDAC360AF,0x9FD0,0x432D,{0xB2,0xF2,0xED,0x32,0x20,0xF4,0xCA,0xD9}};
00045
00046
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050