TestATL.h
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:7k
源码类别:

Windows编程

开发平台:

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 Thu Aug 19 11:27:24 1999
  4.  */
  5. /* Compiler settings for C:Inside COM+ Base ServicesLanguage IntegrationTestATLTestATL.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 __TestATL_h__
  24. #define __TestATL_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __ISum_FWD_DEFINED__
  30. #define __ISum_FWD_DEFINED__
  31. typedef interface ISum ISum;
  32. #endif  /* __ISum_FWD_DEFINED__ */
  33. #ifndef __InsideCOM_FWD_DEFINED__
  34. #define __InsideCOM_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class InsideCOM InsideCOM;
  37. #else
  38. typedef struct InsideCOM InsideCOM;
  39. #endif /* __cplusplus */
  40. #endif  /* __InsideCOM_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 __ISum_INTERFACE_DEFINED__
  47. #define __ISum_INTERFACE_DEFINED__
  48. /* interface ISum */
  49. /* [unique][helpstring][dual][uuid][object] */ 
  50. EXTERN_C const IID IID_ISum;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52.     
  53.     MIDL_INTERFACE("AD25BF75-A6FB-11D2-BB50-006097B5EAFC")
  54.     ISum : public IDispatch
  55.     {
  56.     public:
  57.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Sum( 
  58.             int x,
  59.             int y,
  60.             /* [retval][out] */ int __RPC_FAR *sum) = 0;
  61.         
  62.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE sss( 
  63.             int x,
  64.             int y,
  65.             /* [retval][out] */ int __RPC_FAR *sum) = 0;
  66.         
  67.     };
  68.     
  69. #else  /* C style interface */
  70.     typedef struct ISumVtbl
  71.     {
  72.         BEGIN_INTERFACE
  73.         
  74.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  75.             ISum __RPC_FAR * This,
  76.             /* [in] */ REFIID riid,
  77.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  78.         
  79.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  80.             ISum __RPC_FAR * This);
  81.         
  82.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  83.             ISum __RPC_FAR * This);
  84.         
  85.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  86.             ISum __RPC_FAR * This,
  87.             /* [out] */ UINT __RPC_FAR *pctinfo);
  88.         
  89.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  90.             ISum __RPC_FAR * This,
  91.             /* [in] */ UINT iTInfo,
  92.             /* [in] */ LCID lcid,
  93.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  94.         
  95.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  96.             ISum __RPC_FAR * This,
  97.             /* [in] */ REFIID riid,
  98.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  99.             /* [in] */ UINT cNames,
  100.             /* [in] */ LCID lcid,
  101.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  102.         
  103.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  104.             ISum __RPC_FAR * This,
  105.             /* [in] */ DISPID dispIdMember,
  106.             /* [in] */ REFIID riid,
  107.             /* [in] */ LCID lcid,
  108.             /* [in] */ WORD wFlags,
  109.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  110.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  111.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  112.             /* [out] */ UINT __RPC_FAR *puArgErr);
  113.         
  114.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Sum )( 
  115.             ISum __RPC_FAR * This,
  116.             int x,
  117.             int y,
  118.             /* [retval][out] */ int __RPC_FAR *sum);
  119.         
  120.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *sss )( 
  121.             ISum __RPC_FAR * This,
  122.             int x,
  123.             int y,
  124.             /* [retval][out] */ int __RPC_FAR *sum);
  125.         
  126.         END_INTERFACE
  127.     } ISumVtbl;
  128.     interface ISum
  129.     {
  130.         CONST_VTBL struct ISumVtbl __RPC_FAR *lpVtbl;
  131.     };
  132.     
  133. #ifdef COBJMACROS
  134. #define ISum_QueryInterface(This,riid,ppvObject)
  135.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  136. #define ISum_AddRef(This)
  137.     (This)->lpVtbl -> AddRef(This)
  138. #define ISum_Release(This)
  139.     (This)->lpVtbl -> Release(This)
  140. #define ISum_GetTypeInfoCount(This,pctinfo)
  141.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  142. #define ISum_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  143.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  144. #define ISum_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  145.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  146. #define ISum_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  147.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  148. #define ISum_Sum(This,x,y,sum)
  149.     (This)->lpVtbl -> Sum(This,x,y,sum)
  150. #define ISum_sss(This,x,y,sum)
  151.     (This)->lpVtbl -> sss(This,x,y,sum)
  152. #endif /* COBJMACROS */
  153. #endif  /* C style interface */
  154. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISum_Sum_Proxy( 
  155.     ISum __RPC_FAR * This,
  156.     int x,
  157.     int y,
  158.     /* [retval][out] */ int __RPC_FAR *sum);
  159. void __RPC_STUB ISum_Sum_Stub(
  160.     IRpcStubBuffer *This,
  161.     IRpcChannelBuffer *_pRpcChannelBuffer,
  162.     PRPC_MESSAGE _pRpcMessage,
  163.     DWORD *_pdwStubPhase);
  164. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISum_sss_Proxy( 
  165.     ISum __RPC_FAR * This,
  166.     int x,
  167.     int y,
  168.     /* [retval][out] */ int __RPC_FAR *sum);
  169. void __RPC_STUB ISum_sss_Stub(
  170.     IRpcStubBuffer *This,
  171.     IRpcChannelBuffer *_pRpcChannelBuffer,
  172.     PRPC_MESSAGE _pRpcMessage,
  173.     DWORD *_pdwStubPhase);
  174. #endif  /* __ISum_INTERFACE_DEFINED__ */
  175. #ifndef __TESTATLLib_LIBRARY_DEFINED__
  176. #define __TESTATLLib_LIBRARY_DEFINED__
  177. /* library TESTATLLib */
  178. /* [helpstring][version][uuid] */ 
  179. EXTERN_C const IID LIBID_TESTATLLib;
  180. EXTERN_C const CLSID CLSID_InsideCOM;
  181. #ifdef __cplusplus
  182. class DECLSPEC_UUID("AD25BF76-A6FB-11D2-BB50-006097B5EAFC")
  183. InsideCOM;
  184. #endif
  185. #endif /* __TESTATLLib_LIBRARY_DEFINED__ */
  186. /* Additional Prototypes for ALL interfaces */
  187. /* end of Additional Prototypes */
  188. #ifdef __cplusplus
  189. }
  190. #endif
  191. #endif