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

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 15:15:14 2010
  4.  */
  5. /* Compiler settings for D:VCday10TestCom1_01TestCom1.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 __TestCom1_h__
  24. #define __TestCom1_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IMyAdd_FWD_DEFINED__
  30. #define __IMyAdd_FWD_DEFINED__
  31. typedef interface IMyAdd IMyAdd;
  32. #endif  /* __IMyAdd_FWD_DEFINED__ */
  33. #ifndef __MyTools_FWD_DEFINED__
  34. #define __MyTools_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class MyTools MyTools;
  37. #else
  38. typedef struct MyTools MyTools;
  39. #endif /* __cplusplus */
  40. #endif  /* __MyTools_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  46. #ifndef __IMyAdd_INTERFACE_DEFINED__
  47. #define __IMyAdd_INTERFACE_DEFINED__
  48. /* interface IMyAdd */
  49. /* [helpstring][unique][uuid][object] */ 
  50. EXTERN_C const IID IID_IMyAdd;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52.     
  53.     MIDL_INTERFACE("13597E92-A612-4a6e-908D-2A2F535A267E")
  54.     IMyAdd : public IUnknown
  55.     {
  56.     public:
  57.         virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE add( 
  58.             /* [in] */ int a,
  59.             /* [in] */ int b,
  60.             /* [out] */ int __RPC_FAR *c) = 0;
  61.         
  62.     };
  63.     
  64. #else  /* C style interface */
  65.     typedef struct IMyAddVtbl
  66.     {
  67.         BEGIN_INTERFACE
  68.         
  69.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  70.             IMyAdd __RPC_FAR * This,
  71.             /* [in] */ REFIID riid,
  72.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  73.         
  74.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  75.             IMyAdd __RPC_FAR * This);
  76.         
  77.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  78.             IMyAdd __RPC_FAR * This);
  79.         
  80.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *add )( 
  81.             IMyAdd __RPC_FAR * This,
  82.             /* [in] */ int a,
  83.             /* [in] */ int b,
  84.             /* [out] */ int __RPC_FAR *c);
  85.         
  86.         END_INTERFACE
  87.     } IMyAddVtbl;
  88.     interface IMyAdd
  89.     {
  90.         CONST_VTBL struct IMyAddVtbl __RPC_FAR *lpVtbl;
  91.     };
  92.     
  93. #ifdef COBJMACROS
  94. #define IMyAdd_QueryInterface(This,riid,ppvObject)
  95.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  96. #define IMyAdd_AddRef(This)
  97.     (This)->lpVtbl -> AddRef(This)
  98. #define IMyAdd_Release(This)
  99.     (This)->lpVtbl -> Release(This)
  100. #define IMyAdd_add(This,a,b,c)
  101.     (This)->lpVtbl -> add(This,a,b,c)
  102. #endif /* COBJMACROS */
  103. #endif  /* C style interface */
  104. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IMyAdd_add_Proxy( 
  105.     IMyAdd __RPC_FAR * This,
  106.     /* [in] */ int a,
  107.     /* [in] */ int b,
  108.     /* [out] */ int __RPC_FAR *c);
  109. void __RPC_STUB IMyAdd_add_Stub(
  110.     IRpcStubBuffer *This,
  111.     IRpcChannelBuffer *_pRpcChannelBuffer,
  112.     PRPC_MESSAGE _pRpcMessage,
  113.     DWORD *_pdwStubPhase);
  114. #endif  /* __IMyAdd_INTERFACE_DEFINED__ */
  115. #ifndef __TESTCOM1Lib_LIBRARY_DEFINED__
  116. #define __TESTCOM1Lib_LIBRARY_DEFINED__
  117. /* library TESTCOM1Lib */
  118. /* [helpstring][version][uuid] */ 
  119. EXTERN_C const IID LIBID_TESTCOM1Lib;
  120. EXTERN_C const CLSID CLSID_MyTools;
  121. #ifdef __cplusplus
  122. class DECLSPEC_UUID("AAC11C54-F25F-40fe-A4AC-F2829CE37FD7")
  123. MyTools;
  124. #endif
  125. #endif /* __TESTCOM1Lib_LIBRARY_DEFINED__ */
  126. /* Additional Prototypes for ALL interfaces */
  127. /* end of Additional Prototypes */
  128. #ifdef __cplusplus
  129. }
  130. #endif
  131. #endif