Mycom.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 Mon Feb 22 11:25:58 2010
  4.  */
  5. /* Compiler settings for C:VCday09MycomMycom.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 __Mycom_h__
  24. #define __Mycom_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __Imyfirst_FWD_DEFINED__
  30. #define __Imyfirst_FWD_DEFINED__
  31. typedef interface Imyfirst Imyfirst;
  32. #endif  /* __Imyfirst_FWD_DEFINED__ */
  33. #ifndef __myfirst_FWD_DEFINED__
  34. #define __myfirst_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class myfirst myfirst;
  37. #else
  38. typedef struct myfirst myfirst;
  39. #endif /* __cplusplus */
  40. #endif  /* __myfirst_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 __Imyfirst_INTERFACE_DEFINED__
  47. #define __Imyfirst_INTERFACE_DEFINED__
  48. /* interface Imyfirst */
  49. /* [unique][helpstring][uuid][object] */ 
  50. EXTERN_C const IID IID_Imyfirst;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52.     
  53.     MIDL_INTERFACE("91E9CE14-AB34-47A7-9071-94EAB0C2CB69")
  54.     Imyfirst : 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.         virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE sub( 
  63.             /* [in] */ int a,
  64.             /* [in] */ int b,
  65.             /* [in] */ int __RPC_FAR *c) = 0;
  66.         
  67.     };
  68.     
  69. #else  /* C style interface */
  70.     typedef struct ImyfirstVtbl
  71.     {
  72.         BEGIN_INTERFACE
  73.         
  74.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  75.             Imyfirst __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.             Imyfirst __RPC_FAR * This);
  81.         
  82.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  83.             Imyfirst __RPC_FAR * This);
  84.         
  85.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *add )( 
  86.             Imyfirst __RPC_FAR * This,
  87.             /* [in] */ int a,
  88.             /* [in] */ int b,
  89.             /* [out] */ int __RPC_FAR *c);
  90.         
  91.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *sub )( 
  92.             Imyfirst __RPC_FAR * This,
  93.             /* [in] */ int a,
  94.             /* [in] */ int b,
  95.             /* [in] */ int __RPC_FAR *c);
  96.         
  97.         END_INTERFACE
  98.     } ImyfirstVtbl;
  99.     interface Imyfirst
  100.     {
  101.         CONST_VTBL struct ImyfirstVtbl __RPC_FAR *lpVtbl;
  102.     };
  103.     
  104. #ifdef COBJMACROS
  105. #define Imyfirst_QueryInterface(This,riid,ppvObject)
  106.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  107. #define Imyfirst_AddRef(This)
  108.     (This)->lpVtbl -> AddRef(This)
  109. #define Imyfirst_Release(This)
  110.     (This)->lpVtbl -> Release(This)
  111. #define Imyfirst_add(This,a,b,c)
  112.     (This)->lpVtbl -> add(This,a,b,c)
  113. #define Imyfirst_sub(This,a,b,c)
  114.     (This)->lpVtbl -> sub(This,a,b,c)
  115. #endif /* COBJMACROS */
  116. #endif  /* C style interface */
  117. /* [helpstring] */ HRESULT STDMETHODCALLTYPE Imyfirst_add_Proxy( 
  118.     Imyfirst __RPC_FAR * This,
  119.     /* [in] */ int a,
  120.     /* [in] */ int b,
  121.     /* [out] */ int __RPC_FAR *c);
  122. void __RPC_STUB Imyfirst_add_Stub(
  123.     IRpcStubBuffer *This,
  124.     IRpcChannelBuffer *_pRpcChannelBuffer,
  125.     PRPC_MESSAGE _pRpcMessage,
  126.     DWORD *_pdwStubPhase);
  127. /* [helpstring] */ HRESULT STDMETHODCALLTYPE Imyfirst_sub_Proxy( 
  128.     Imyfirst __RPC_FAR * This,
  129.     /* [in] */ int a,
  130.     /* [in] */ int b,
  131.     /* [in] */ int __RPC_FAR *c);
  132. void __RPC_STUB Imyfirst_sub_Stub(
  133.     IRpcStubBuffer *This,
  134.     IRpcChannelBuffer *_pRpcChannelBuffer,
  135.     PRPC_MESSAGE _pRpcMessage,
  136.     DWORD *_pdwStubPhase);
  137. #endif  /* __Imyfirst_INTERFACE_DEFINED__ */
  138. #ifndef __MYCOMLib_LIBRARY_DEFINED__
  139. #define __MYCOMLib_LIBRARY_DEFINED__
  140. /* library MYCOMLib */
  141. /* [helpstring][version][uuid] */ 
  142. EXTERN_C const IID LIBID_MYCOMLib;
  143. EXTERN_C const CLSID CLSID_myfirst;
  144. #ifdef __cplusplus
  145. class DECLSPEC_UUID("5032CCB8-EB73-4B87-93CB-3D46CA2CD43E")
  146. myfirst;
  147. #endif
  148. #endif /* __MYCOMLib_LIBRARY_DEFINED__ */
  149. /* Additional Prototypes for ALL interfaces */
  150. /* end of Additional Prototypes */
  151. #ifdef __cplusplus
  152. }
  153. #endif
  154. #endif