| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
- /* link this file in with the server and any clients */
- /* File created by MIDL compiler version 7.00.0500 */
- /* at Wed Jul 13 20:21:41 2016
- */
- /* Compiler settings for .\tcStatic.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , ms_ext, c_ext, robust
- error checks: stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- //@@MIDL_FILE_HEADING( )
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include <rpc.h>
- #include <rpcndr.h>
- #ifdef _MIDL_USE_GUIDDEF_
- #ifndef INITGUID
- #define INITGUID
- #include <guiddef.h>
- #undef INITGUID
- #else
- #include <guiddef.h>
- #endif
- #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
- DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
- #else // !_MIDL_USE_GUIDDEF_
- #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
- #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
- const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
- #endif !_MIDL_USE_GUIDDEF_
- MIDL_DEFINE_GUID(IID, LIBID_tcStatic,0x7728D3E4,0xA4E8,0x400B,0xA6,0xA5,0x62,0xFB,0x3B,0x6E,0x0C,0xD1);
- MIDL_DEFINE_GUID(IID, DIID_ItcStatic,0xFE5F6896,0x4A21,0x46D1,0xB0,0x3C,0xA4,0xFA,0x68,0x31,0xDE,0x93);
- MIDL_DEFINE_GUID(CLSID, CLSID_tcStatic,0xCE2EE923,0xC315,0x4E41,0xA1,0xB1,0xD0,0xBA,0x1E,0x78,0x8B,0x5A);
- MIDL_DEFINE_GUID(IID, DIID_IRichStatic,0x231A35F8,0x03AF,0x4146,0x84,0x9E,0xC4,0x6E,0xC2,0xDF,0xFF,0xEC);
- MIDL_DEFINE_GUID(CLSID, CLSID_RichStatic,0x25547EF5,0x4E2C,0x4F4D,0xB9,0xB9,0xC8,0xA1,0x11,0xE6,0x51,0xEF);
- #undef MIDL_DEFINE_GUID
- #ifdef __cplusplus
- }
- #endif
|