Evp.h
上传用户:dengkfang
上传日期:2008-12-30
资源大小:5233k
文件大小:5k
源码类别:

CA认证

开发平台:

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 Sat Apr 29 09:52:10 2006
  4.  */
  5. /* Compiler settings for E:项目EvpEvp.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 __Evp_h__
  24. #define __Evp_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IEvpShell_FWD_DEFINED__
  30. #define __IEvpShell_FWD_DEFINED__
  31. typedef interface IEvpShell IEvpShell;
  32. #endif  /* __IEvpShell_FWD_DEFINED__ */
  33. #ifndef __EvpShell_FWD_DEFINED__
  34. #define __EvpShell_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class EvpShell EvpShell;
  37. #else
  38. typedef struct EvpShell EvpShell;
  39. #endif /* __cplusplus */
  40. #endif  /* __EvpShell_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 __IEvpShell_INTERFACE_DEFINED__
  47. #define __IEvpShell_INTERFACE_DEFINED__
  48. /* interface IEvpShell */
  49. /* [unique][helpstring][dual][uuid][object] */ 
  50. EXTERN_C const IID IID_IEvpShell;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52.     
  53.     MIDL_INTERFACE("8EFC7B70-6A2B-4AB0-B262-E2F21D1D5F1C")
  54.     IEvpShell : public IDispatch
  55.     {
  56.     public:
  57.     };
  58.     
  59. #else  /* C style interface */
  60.     typedef struct IEvpShellVtbl
  61.     {
  62.         BEGIN_INTERFACE
  63.         
  64.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  65.             IEvpShell __RPC_FAR * This,
  66.             /* [in] */ REFIID riid,
  67.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  68.         
  69.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  70.             IEvpShell __RPC_FAR * This);
  71.         
  72.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  73.             IEvpShell __RPC_FAR * This);
  74.         
  75.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  76.             IEvpShell __RPC_FAR * This,
  77.             /* [out] */ UINT __RPC_FAR *pctinfo);
  78.         
  79.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  80.             IEvpShell __RPC_FAR * This,
  81.             /* [in] */ UINT iTInfo,
  82.             /* [in] */ LCID lcid,
  83.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  84.         
  85.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  86.             IEvpShell __RPC_FAR * This,
  87.             /* [in] */ REFIID riid,
  88.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  89.             /* [in] */ UINT cNames,
  90.             /* [in] */ LCID lcid,
  91.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  92.         
  93.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  94.             IEvpShell __RPC_FAR * This,
  95.             /* [in] */ DISPID dispIdMember,
  96.             /* [in] */ REFIID riid,
  97.             /* [in] */ LCID lcid,
  98.             /* [in] */ WORD wFlags,
  99.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  100.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  101.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  102.             /* [out] */ UINT __RPC_FAR *puArgErr);
  103.         
  104.         END_INTERFACE
  105.     } IEvpShellVtbl;
  106.     interface IEvpShell
  107.     {
  108.         CONST_VTBL struct IEvpShellVtbl __RPC_FAR *lpVtbl;
  109.     };
  110.     
  111. #ifdef COBJMACROS
  112. #define IEvpShell_QueryInterface(This,riid,ppvObject)
  113.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  114. #define IEvpShell_AddRef(This)
  115.     (This)->lpVtbl -> AddRef(This)
  116. #define IEvpShell_Release(This)
  117.     (This)->lpVtbl -> Release(This)
  118. #define IEvpShell_GetTypeInfoCount(This,pctinfo)
  119.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  120. #define IEvpShell_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  121.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  122. #define IEvpShell_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  123.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  124. #define IEvpShell_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  125.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  126. #endif /* COBJMACROS */
  127. #endif  /* C style interface */
  128. #endif  /* __IEvpShell_INTERFACE_DEFINED__ */
  129. #ifndef __EVPLib_LIBRARY_DEFINED__
  130. #define __EVPLib_LIBRARY_DEFINED__
  131. /* library EVPLib */
  132. /* [helpstring][version][uuid] */ 
  133. EXTERN_C const IID LIBID_EVPLib;
  134. EXTERN_C const CLSID CLSID_EvpShell;
  135. #ifdef __cplusplus
  136. class DECLSPEC_UUID("B0FD5B80-29B9-4B37-B0B7-16823C533299")
  137. EvpShell;
  138. #endif
  139. #endif /* __EVPLib_LIBRARY_DEFINED__ */
  140. /* Additional Prototypes for ALL interfaces */
  141. /* end of Additional Prototypes */
  142. #ifdef __cplusplus
  143. }
  144. #endif
  145. #endif