ddd.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:5k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Tue Feb 23 14:00:18 2010
  4.  */
  5. /* Compiler settings for D:VCday10dddddd.idl:
  6.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7.     error checks: allocation ref bounds_check enum stub_data 
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __ddd_h__
  24. #define __ddd_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __Ifff_FWD_DEFINED__
  30. #define __Ifff_FWD_DEFINED__
  31. typedef interface Ifff Ifff;
  32. #endif  /* __Ifff_FWD_DEFINED__ */
  33. #ifndef __Irrr_FWD_DEFINED__
  34. #define __Irrr_FWD_DEFINED__
  35. typedef interface Irrr Irrr;
  36. #endif  /* __Irrr_FWD_DEFINED__ */
  37. #ifndef __fff_FWD_DEFINED__
  38. #define __fff_FWD_DEFINED__
  39. #ifdef __cplusplus
  40. typedef class fff fff;
  41. #else
  42. typedef struct fff fff;
  43. #endif /* __cplusplus */
  44. #endif  /* __fff_FWD_DEFINED__ */
  45. #ifndef __rrr_FWD_DEFINED__
  46. #define __rrr_FWD_DEFINED__
  47. #ifdef __cplusplus
  48. typedef class rrr rrr;
  49. #else
  50. typedef struct rrr rrr;
  51. #endif /* __cplusplus */
  52. #endif  /* __rrr_FWD_DEFINED__ */
  53. /* header files for imported files */
  54. #include "oaidl.h"
  55. #include "ocidl.h"
  56. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  57. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  58. #ifndef __Ifff_INTERFACE_DEFINED__
  59. #define __Ifff_INTERFACE_DEFINED__
  60. /* interface Ifff */
  61. /* [unique][helpstring][uuid][object] */ 
  62. EXTERN_C const IID IID_Ifff;
  63. #if defined(__cplusplus) && !defined(CINTERFACE)
  64.     
  65.     MIDL_INTERFACE("6E6298EB-9AD2-42C2-BD32-F4C33A144286")
  66.     Ifff : public IUnknown
  67.     {
  68.     public:
  69.     };
  70.     
  71. #else  /* C style interface */
  72.     typedef struct IfffVtbl
  73.     {
  74.         BEGIN_INTERFACE
  75.         
  76.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  77.             Ifff __RPC_FAR * This,
  78.             /* [in] */ REFIID riid,
  79.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  80.         
  81.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  82.             Ifff __RPC_FAR * This);
  83.         
  84.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  85.             Ifff __RPC_FAR * This);
  86.         
  87.         END_INTERFACE
  88.     } IfffVtbl;
  89.     interface Ifff
  90.     {
  91.         CONST_VTBL struct IfffVtbl __RPC_FAR *lpVtbl;
  92.     };
  93.     
  94. #ifdef COBJMACROS
  95. #define Ifff_QueryInterface(This,riid,ppvObject)
  96.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  97. #define Ifff_AddRef(This)
  98.     (This)->lpVtbl -> AddRef(This)
  99. #define Ifff_Release(This)
  100.     (This)->lpVtbl -> Release(This)
  101. #endif /* COBJMACROS */
  102. #endif  /* C style interface */
  103. #endif  /* __Ifff_INTERFACE_DEFINED__ */
  104. #ifndef __Irrr_INTERFACE_DEFINED__
  105. #define __Irrr_INTERFACE_DEFINED__
  106. /* interface Irrr */
  107. /* [unique][helpstring][uuid][object] */ 
  108. EXTERN_C const IID IID_Irrr;
  109. #if defined(__cplusplus) && !defined(CINTERFACE)
  110.     
  111.     MIDL_INTERFACE("313CF4CB-A625-45DC-BF67-BE1F60A2B748")
  112.     Irrr : public IUnknown
  113.     {
  114.     public:
  115.     };
  116.     
  117. #else  /* C style interface */
  118.     typedef struct IrrrVtbl
  119.     {
  120.         BEGIN_INTERFACE
  121.         
  122.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  123.             Irrr __RPC_FAR * This,
  124.             /* [in] */ REFIID riid,
  125.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  126.         
  127.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  128.             Irrr __RPC_FAR * This);
  129.         
  130.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  131.             Irrr __RPC_FAR * This);
  132.         
  133.         END_INTERFACE
  134.     } IrrrVtbl;
  135.     interface Irrr
  136.     {
  137.         CONST_VTBL struct IrrrVtbl __RPC_FAR *lpVtbl;
  138.     };
  139.     
  140. #ifdef COBJMACROS
  141. #define Irrr_QueryInterface(This,riid,ppvObject)
  142.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  143. #define Irrr_AddRef(This)
  144.     (This)->lpVtbl -> AddRef(This)
  145. #define Irrr_Release(This)
  146.     (This)->lpVtbl -> Release(This)
  147. #endif /* COBJMACROS */
  148. #endif  /* C style interface */
  149. #endif  /* __Irrr_INTERFACE_DEFINED__ */
  150. #ifndef __DDDLib_LIBRARY_DEFINED__
  151. #define __DDDLib_LIBRARY_DEFINED__
  152. /* library DDDLib */
  153. /* [helpstring][version][uuid] */ 
  154. EXTERN_C const IID LIBID_DDDLib;
  155. EXTERN_C const CLSID CLSID_fff;
  156. #ifdef __cplusplus
  157. class DECLSPEC_UUID("81C21224-2784-4953-9C74-F0BA79841876")
  158. fff;
  159. #endif
  160. EXTERN_C const CLSID CLSID_rrr;
  161. #ifdef __cplusplus
  162. class DECLSPEC_UUID("2FCD9A38-1151-433C-B389-A3C07329390E")
  163. rrr;
  164. #endif
  165. #endif /* __DDDLib_LIBRARY_DEFINED__ */
  166. /* Additional Prototypes for ALL interfaces */
  167. /* end of Additional Prototypes */
  168. #ifdef __cplusplus
  169. }
  170. #endif
  171. #endif