| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- /* 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.0555 */
- /* at Wed Apr 19 13:35:38 2017
- */
- /* Compiler settings for TFB.idl:
- Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum 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_TFBLib,0x50AC0170,0xA32B,0x40E4,0xB6,0x47,0xAE,0x43,0x06,0xA3,0x00,0xB4);
- MIDL_DEFINE_GUID(IID, DIID__DTFB,0xC442E54C,0xF74F,0x4921,0x99,0xC6,0xD7,0x0F,0x3D,0xA6,0xA6,0xC9);
- MIDL_DEFINE_GUID(IID, DIID__DTFBEvents,0x87EA9BF3,0x2AF0,0x44D4,0xBA,0xFA,0xBD,0xBA,0xC0,0x69,0xAE,0x49);
- MIDL_DEFINE_GUID(CLSID, CLSID_TFB,0xB4AE3B7A,0xB9A9,0x4B05,0x84,0x57,0xFD,0xFF,0xB6,0x6D,0x8C,0xBE);
- #undef MIDL_DEFINE_GUID
- #ifdef __cplusplus
- }
- #endif
|