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

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 Sun Feb 28 16:12:56 2010
  4.  */
  5. /* Compiler settings for C:VCday13exex.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 __ex_h__
  24. #define __ex_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 ___IMyabcEvents_FWD_DEFINED__
  34. #define ___IMyabcEvents_FWD_DEFINED__
  35. typedef interface _IMyabcEvents _IMyabcEvents;
  36. #endif  /* ___IMyabcEvents_FWD_DEFINED__ */
  37. #ifndef __Myabc_FWD_DEFINED__
  38. #define __Myabc_FWD_DEFINED__
  39. #ifdef __cplusplus
  40. typedef class Myabc Myabc;
  41. #else
  42. typedef struct Myabc Myabc;
  43. #endif /* __cplusplus */
  44. #endif  /* __Myabc_FWD_DEFINED__ */
  45. /* header files for imported files */
  46. #include "oaidl.h"
  47. #include "ocidl.h"
  48. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  49. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  50. #ifndef __IMyabc_INTERFACE_DEFINED__
  51. #define __IMyabc_INTERFACE_DEFINED__
  52. /* interface IMyabc */
  53. /* [unique][helpstring][dual][uuid][object] */ 
  54. EXTERN_C const IID IID_IMyabc;
  55. #if defined(__cplusplus) && !defined(CINTERFACE)
  56.     
  57.     MIDL_INTERFACE("725C2224-FB8D-4134-BB95-0EC714D3F926")
  58.     IMyabc : public IDispatch
  59.     {
  60.     public:
  61.     };
  62.     
  63. #else  /* C style interface */
  64.     typedef struct IMyabcVtbl
  65.     {
  66.         BEGIN_INTERFACE
  67.         
  68.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  69.             IMyabc __RPC_FAR * This,
  70.             /* [in] */ REFIID riid,
  71.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  72.         
  73.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  74.             IMyabc __RPC_FAR * This);
  75.         
  76.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  77.             IMyabc __RPC_FAR * This);
  78.         
  79.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  80.             IMyabc __RPC_FAR * This,
  81.             /* [out] */ UINT __RPC_FAR *pctinfo);
  82.         
  83.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  84.             IMyabc __RPC_FAR * This,
  85.             /* [in] */ UINT iTInfo,
  86.             /* [in] */ LCID lcid,
  87.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  88.         
  89.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  90.             IMyabc __RPC_FAR * This,
  91.             /* [in] */ REFIID riid,
  92.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  93.             /* [in] */ UINT cNames,
  94.             /* [in] */ LCID lcid,
  95.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  96.         
  97.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  98.             IMyabc __RPC_FAR * This,
  99.             /* [in] */ DISPID dispIdMember,
  100.             /* [in] */ REFIID riid,
  101.             /* [in] */ LCID lcid,
  102.             /* [in] */ WORD wFlags,
  103.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  104.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  105.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  106.             /* [out] */ UINT __RPC_FAR *puArgErr);
  107.         
  108.         END_INTERFACE
  109.     } IMyabcVtbl;
  110.     interface IMyabc
  111.     {
  112.         CONST_VTBL struct IMyabcVtbl __RPC_FAR *lpVtbl;
  113.     };
  114.     
  115. #ifdef COBJMACROS
  116. #define IMyabc_QueryInterface(This,riid,ppvObject)
  117.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  118. #define IMyabc_AddRef(This)
  119.     (This)->lpVtbl -> AddRef(This)
  120. #define IMyabc_Release(This)
  121.     (This)->lpVtbl -> Release(This)
  122. #define IMyabc_GetTypeInfoCount(This,pctinfo)
  123.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  124. #define IMyabc_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  125.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  126. #define IMyabc_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  127.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  128. #define IMyabc_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  129.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  130. #endif /* COBJMACROS */
  131. #endif  /* C style interface */
  132. #endif  /* __IMyabc_INTERFACE_DEFINED__ */
  133. #ifndef __EXLib_LIBRARY_DEFINED__
  134. #define __EXLib_LIBRARY_DEFINED__
  135. /* library EXLib */
  136. /* [helpstring][version][uuid] */ 
  137. EXTERN_C const IID LIBID_EXLib;
  138. #ifndef ___IMyabcEvents_DISPINTERFACE_DEFINED__
  139. #define ___IMyabcEvents_DISPINTERFACE_DEFINED__
  140. /* dispinterface _IMyabcEvents */
  141. /* [helpstring][uuid] */ 
  142. EXTERN_C const IID DIID__IMyabcEvents;
  143. #if defined(__cplusplus) && !defined(CINTERFACE)
  144.     MIDL_INTERFACE("3C1429A0-E218-4818-A2B4-8738C1887D98")
  145.     _IMyabcEvents : public IDispatch
  146.     {
  147.     };
  148.     
  149. #else  /* C style interface */
  150.     typedef struct _IMyabcEventsVtbl
  151.     {
  152.         BEGIN_INTERFACE
  153.         
  154.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  155.             _IMyabcEvents __RPC_FAR * This,
  156.             /* [in] */ REFIID riid,
  157.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  158.         
  159.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  160.             _IMyabcEvents __RPC_FAR * This);
  161.         
  162.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  163.             _IMyabcEvents __RPC_FAR * This);
  164.         
  165.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  166.             _IMyabcEvents __RPC_FAR * This,
  167.             /* [out] */ UINT __RPC_FAR *pctinfo);
  168.         
  169.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  170.             _IMyabcEvents __RPC_FAR * This,
  171.             /* [in] */ UINT iTInfo,
  172.             /* [in] */ LCID lcid,
  173.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  174.         
  175.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  176.             _IMyabcEvents __RPC_FAR * This,
  177.             /* [in] */ REFIID riid,
  178.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  179.             /* [in] */ UINT cNames,
  180.             /* [in] */ LCID lcid,
  181.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  182.         
  183.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  184.             _IMyabcEvents __RPC_FAR * This,
  185.             /* [in] */ DISPID dispIdMember,
  186.             /* [in] */ REFIID riid,
  187.             /* [in] */ LCID lcid,
  188.             /* [in] */ WORD wFlags,
  189.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  190.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  191.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  192.             /* [out] */ UINT __RPC_FAR *puArgErr);
  193.         
  194.         END_INTERFACE
  195.     } _IMyabcEventsVtbl;
  196.     interface _IMyabcEvents
  197.     {
  198.         CONST_VTBL struct _IMyabcEventsVtbl __RPC_FAR *lpVtbl;
  199.     };
  200.     
  201. #ifdef COBJMACROS
  202. #define _IMyabcEvents_QueryInterface(This,riid,ppvObject)
  203.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  204. #define _IMyabcEvents_AddRef(This)
  205.     (This)->lpVtbl -> AddRef(This)
  206. #define _IMyabcEvents_Release(This)
  207.     (This)->lpVtbl -> Release(This)
  208. #define _IMyabcEvents_GetTypeInfoCount(This,pctinfo)
  209.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  210. #define _IMyabcEvents_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  211.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  212. #define _IMyabcEvents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  213.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  214. #define _IMyabcEvents_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  215.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  216. #endif /* COBJMACROS */
  217. #endif  /* C style interface */
  218. #endif  /* ___IMyabcEvents_DISPINTERFACE_DEFINED__ */
  219. EXTERN_C const CLSID CLSID_Myabc;
  220. #ifdef __cplusplus
  221. class DECLSPEC_UUID("7E4AFFC3-05CD-4CE7-832B-68AEA5173A4B")
  222. Myabc;
  223. #endif
  224. #endif /* __EXLib_LIBRARY_DEFINED__ */
  225. /* Additional Prototypes for ALL interfaces */
  226. /* end of Additional Prototypes */
  227. #ifdef __cplusplus
  228. }
  229. #endif
  230. #endif