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

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 Mon Mar 01 10:18:48 2010
  4.  */
  5. /* Compiler settings for D:VCday14DemoErrorDemoError.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 __DemoError_h__
  24. #define __DemoError_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IMyAbc_FWD_DEFINED__
  30. #define __IMyAbc_FWD_DEFINED__
  31. typedef interface IMyAbc IMyAbc;
  32. #endif  /* __IMyAbc_FWD_DEFINED__ */
  33. #ifndef __MyAbc_FWD_DEFINED__
  34. #define __MyAbc_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class MyAbc MyAbc;
  37. #else
  38. typedef struct MyAbc MyAbc;
  39. #endif /* __cplusplus */
  40. #endif  /* __MyAbc_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 __IMyAbc_INTERFACE_DEFINED__
  47. #define __IMyAbc_INTERFACE_DEFINED__
  48. /* interface IMyAbc */
  49. /* [unique][helpstring][dual][uuid][object] */ 
  50. EXTERN_C const IID IID_IMyAbc;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52.     
  53.     MIDL_INTERFACE("E86D76CE-1440-4452-82A8-C4CFEE422106")
  54.     IMyAbc : public IDispatch
  55.     {
  56.     public:
  57.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE div( 
  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 IMyAbcVtbl
  66.     {
  67.         BEGIN_INTERFACE
  68.         
  69.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  70.             IMyAbc __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.             IMyAbc __RPC_FAR * This);
  76.         
  77.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  78.             IMyAbc __RPC_FAR * This);
  79.         
  80.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  81.             IMyAbc __RPC_FAR * This,
  82.             /* [out] */ UINT __RPC_FAR *pctinfo);
  83.         
  84.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  85.             IMyAbc __RPC_FAR * This,
  86.             /* [in] */ UINT iTInfo,
  87.             /* [in] */ LCID lcid,
  88.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  89.         
  90.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  91.             IMyAbc __RPC_FAR * This,
  92.             /* [in] */ REFIID riid,
  93.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  94.             /* [in] */ UINT cNames,
  95.             /* [in] */ LCID lcid,
  96.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  97.         
  98.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  99.             IMyAbc __RPC_FAR * This,
  100.             /* [in] */ DISPID dispIdMember,
  101.             /* [in] */ REFIID riid,
  102.             /* [in] */ LCID lcid,
  103.             /* [in] */ WORD wFlags,
  104.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  105.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  106.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  107.             /* [out] */ UINT __RPC_FAR *puArgErr);
  108.         
  109.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *div )( 
  110.             IMyAbc __RPC_FAR * This,
  111.             /* [in] */ int a,
  112.             /* [in] */ int b,
  113.             /* [out] */ int __RPC_FAR *c);
  114.         
  115.         END_INTERFACE
  116.     } IMyAbcVtbl;
  117.     interface IMyAbc
  118.     {
  119.         CONST_VTBL struct IMyAbcVtbl __RPC_FAR *lpVtbl;
  120.     };
  121.     
  122. #ifdef COBJMACROS
  123. #define IMyAbc_QueryInterface(This,riid,ppvObject)
  124.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  125. #define IMyAbc_AddRef(This)
  126.     (This)->lpVtbl -> AddRef(This)
  127. #define IMyAbc_Release(This)
  128.     (This)->lpVtbl -> Release(This)
  129. #define IMyAbc_GetTypeInfoCount(This,pctinfo)
  130.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  131. #define IMyAbc_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  132.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  133. #define IMyAbc_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  134.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  135. #define IMyAbc_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  136.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  137. #define IMyAbc_div(This,a,b,c)
  138.     (This)->lpVtbl -> div(This,a,b,c)
  139. #endif /* COBJMACROS */
  140. #endif  /* C style interface */
  141. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMyAbc_div_Proxy( 
  142.     IMyAbc __RPC_FAR * This,
  143.     /* [in] */ int a,
  144.     /* [in] */ int b,
  145.     /* [out] */ int __RPC_FAR *c);
  146. void __RPC_STUB IMyAbc_div_Stub(
  147.     IRpcStubBuffer *This,
  148.     IRpcChannelBuffer *_pRpcChannelBuffer,
  149.     PRPC_MESSAGE _pRpcMessage,
  150.     DWORD *_pdwStubPhase);
  151. #endif  /* __IMyAbc_INTERFACE_DEFINED__ */
  152. #ifndef __DEMOERRORLib_LIBRARY_DEFINED__
  153. #define __DEMOERRORLib_LIBRARY_DEFINED__
  154. /* library DEMOERRORLib */
  155. /* [helpstring][version][uuid] */ 
  156. EXTERN_C const IID LIBID_DEMOERRORLib;
  157. EXTERN_C const CLSID CLSID_MyAbc;
  158. #ifdef __cplusplus
  159. class DECLSPEC_UUID("0920F82F-5858-4705-91B3-EF95216D0AFF")
  160. MyAbc;
  161. #endif
  162. #endif /* __DEMOERRORLib_LIBRARY_DEFINED__ */
  163. /* Additional Prototypes for ALL interfaces */
  164. /* end of Additional Prototypes */
  165. #ifdef __cplusplus
  166. }
  167. #endif
  168. #endif