ImageProcess.h
上传用户:pass2008
上传日期:2021-07-05
资源大小:3299k
文件大小:6k
源码类别:

Internet/IE编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2.  /* File created by MIDL compiler version 6.00.0366 */
  3. /* at Tue Nov 17 17:05:29 2009
  4.  */
  5. /* Compiler settings for .ImageProcess.idl:
  6.     Oicf, W1, Zp8, env=Win32 (32b run)
  7.     protocol : dce , ms_ext, c_ext
  8.     error checks: allocation ref bounds_check enum stub_data 
  9.     VC __declspec() decoration level: 
  10.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11.          DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING(  )
  14. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  15. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  16. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  17. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  18. #endif
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #ifndef __RPCNDR_H_VERSION__
  22. #error this stub requires an updated version of <rpcndr.h>
  23. #endif // __RPCNDR_H_VERSION__
  24. #ifndef COM_NO_WINDOWS_H
  25. #include "windows.h"
  26. #include "ole2.h"
  27. #endif /*COM_NO_WINDOWS_H*/
  28. #ifndef __ImageProcess_h__
  29. #define __ImageProcess_h__
  30. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  31. #pragma once
  32. #endif
  33. /* Forward Declarations */ 
  34. #ifndef __IImageProcessBHO_FWD_DEFINED__
  35. #define __IImageProcessBHO_FWD_DEFINED__
  36. typedef interface IImageProcessBHO IImageProcessBHO;
  37. #endif  /* __IImageProcessBHO_FWD_DEFINED__ */
  38. #ifndef __ImageProcessBHO_FWD_DEFINED__
  39. #define __ImageProcessBHO_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class ImageProcessBHO ImageProcessBHO;
  42. #else
  43. typedef struct ImageProcessBHO ImageProcessBHO;
  44. #endif /* __cplusplus */
  45. #endif  /* __ImageProcessBHO_FWD_DEFINED__ */
  46. /* header files for imported files */
  47. #include "oaidl.h"
  48. #include "ocidl.h"
  49. #ifdef __cplusplus
  50. extern "C"{
  51. #endif 
  52. void * __RPC_USER MIDL_user_allocate(size_t);
  53. void __RPC_USER MIDL_user_free( void * ); 
  54. #ifndef __IImageProcessBHO_INTERFACE_DEFINED__
  55. #define __IImageProcessBHO_INTERFACE_DEFINED__
  56. /* interface IImageProcessBHO */
  57. /* [unique][helpstring][nonextensible][dual][uuid][object] */ 
  58. EXTERN_C const IID IID_IImageProcessBHO;
  59. #if defined(__cplusplus) && !defined(CINTERFACE)
  60.     
  61.     MIDL_INTERFACE("E235BC99-B903-47E4-8DA8-FE84EFB39B1E")
  62.     IImageProcessBHO : public IDispatch
  63.     {
  64.     public:
  65.     };
  66.     
  67. #else  /* C style interface */
  68.     typedef struct IImageProcessBHOVtbl
  69.     {
  70.         BEGIN_INTERFACE
  71.         
  72.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  73.             IImageProcessBHO * This,
  74.             /* [in] */ REFIID riid,
  75.             /* [iid_is][out] */ void **ppvObject);
  76.         
  77.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  78.             IImageProcessBHO * This);
  79.         
  80.         ULONG ( STDMETHODCALLTYPE *Release )( 
  81.             IImageProcessBHO * This);
  82.         
  83.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  84.             IImageProcessBHO * This,
  85.             /* [out] */ UINT *pctinfo);
  86.         
  87.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  88.             IImageProcessBHO * This,
  89.             /* [in] */ UINT iTInfo,
  90.             /* [in] */ LCID lcid,
  91.             /* [out] */ ITypeInfo **ppTInfo);
  92.         
  93.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  94.             IImageProcessBHO * This,
  95.             /* [in] */ REFIID riid,
  96.             /* [size_is][in] */ LPOLESTR *rgszNames,
  97.             /* [in] */ UINT cNames,
  98.             /* [in] */ LCID lcid,
  99.             /* [size_is][out] */ DISPID *rgDispId);
  100.         
  101.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  102.             IImageProcessBHO * This,
  103.             /* [in] */ DISPID dispIdMember,
  104.             /* [in] */ REFIID riid,
  105.             /* [in] */ LCID lcid,
  106.             /* [in] */ WORD wFlags,
  107.             /* [out][in] */ DISPPARAMS *pDispParams,
  108.             /* [out] */ VARIANT *pVarResult,
  109.             /* [out] */ EXCEPINFO *pExcepInfo,
  110.             /* [out] */ UINT *puArgErr);
  111.         
  112.         END_INTERFACE
  113.     } IImageProcessBHOVtbl;
  114.     interface IImageProcessBHO
  115.     {
  116.         CONST_VTBL struct IImageProcessBHOVtbl *lpVtbl;
  117.     };
  118.     
  119. #ifdef COBJMACROS
  120. #define IImageProcessBHO_QueryInterface(This,riid,ppvObject)
  121.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  122. #define IImageProcessBHO_AddRef(This)
  123.     (This)->lpVtbl -> AddRef(This)
  124. #define IImageProcessBHO_Release(This)
  125.     (This)->lpVtbl -> Release(This)
  126. #define IImageProcessBHO_GetTypeInfoCount(This,pctinfo)
  127.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  128. #define IImageProcessBHO_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  129.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  130. #define IImageProcessBHO_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  131.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  132. #define IImageProcessBHO_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  133.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  134. #endif /* COBJMACROS */
  135. #endif  /* C style interface */
  136. #endif  /* __IImageProcessBHO_INTERFACE_DEFINED__ */
  137. #ifndef __ImageProcessLib_LIBRARY_DEFINED__
  138. #define __ImageProcessLib_LIBRARY_DEFINED__
  139. /* library ImageProcessLib */
  140. /* [helpstring][version][uuid] */ 
  141. EXTERN_C const IID LIBID_ImageProcessLib;
  142. EXTERN_C const CLSID CLSID_ImageProcessBHO;
  143. #ifdef __cplusplus
  144. class DECLSPEC_UUID("47EB6A27-52AC-46DB-A3A7-0C7488EB437D")
  145. ImageProcessBHO;
  146. #endif
  147. #endif /* __ImageProcessLib_LIBRARY_DEFINED__ */
  148. /* Additional Prototypes for ALL interfaces */
  149. /* end of Additional Prototypes */
  150. #ifdef __cplusplus
  151. }
  152. #endif
  153. #endif