OHELLO.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Mon Mar 30 02:27:39 1998
  4.  */
  5. /* Compiler settings for ohello.idl:
  6.     Oi (OptLev=i0), W1, Zp8, env=Win32, ms_ext, c_ext
  7.     error checks: none
  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 __ohello_h__
  24. #define __ohello_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IHello_FWD_DEFINED__
  30. #define __IHello_FWD_DEFINED__
  31. typedef interface IHello IHello;
  32. #endif  /* __IHello_FWD_DEFINED__ */
  33. /* header files for imported files */
  34. #include "unknwn.h"
  35. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  36. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  37. #ifndef __IHello_INTERFACE_DEFINED__
  38. #define __IHello_INTERFACE_DEFINED__
  39. /****************************************
  40.  * Generated header for interface: IHello
  41.  * at Mon Mar 30 02:27:39 1998
  42.  * using MIDL 3.03.0110
  43.  ****************************************/
  44. /* [uuid][object] */ 
  45. EXTERN_C const IID IID_IHello;
  46. #if defined(__cplusplus) && !defined(CINTERFACE)
  47.     
  48.     MIDL_INTERFACE("a46deb31-9f33-11cd-b23f-00aa00339cce")
  49.     IHello : public IUnknown
  50.     {
  51.     public:
  52.         virtual HRESULT STDMETHODCALLTYPE HelloProc( 
  53.             /* [string][in] */ unsigned char __RPC_FAR *pszString) = 0;
  54.         
  55.     };
  56.     
  57. #else  /* C style interface */
  58.     typedef struct IHelloVtbl
  59.     {
  60.         BEGIN_INTERFACE
  61.         
  62.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  63.             IHello __RPC_FAR * This,
  64.             /* [in] */ REFIID riid,
  65.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  66.         
  67.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  68.             IHello __RPC_FAR * This);
  69.         
  70.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  71.             IHello __RPC_FAR * This);
  72.         
  73.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *HelloProc )( 
  74.             IHello __RPC_FAR * This,
  75.             /* [string][in] */ unsigned char __RPC_FAR *pszString);
  76.         
  77.         END_INTERFACE
  78.     } IHelloVtbl;
  79.     interface IHello
  80.     {
  81.         CONST_VTBL struct IHelloVtbl __RPC_FAR *lpVtbl;
  82.     };
  83.     
  84. #ifdef COBJMACROS
  85. #define IHello_QueryInterface(This,riid,ppvObject)
  86.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  87. #define IHello_AddRef(This)
  88.     (This)->lpVtbl -> AddRef(This)
  89. #define IHello_Release(This)
  90.     (This)->lpVtbl -> Release(This)
  91. #define IHello_HelloProc(This,pszString)
  92.     (This)->lpVtbl -> HelloProc(This,pszString)
  93. #endif /* COBJMACROS */
  94. #endif  /* C style interface */
  95. HRESULT STDMETHODCALLTYPE IHello_HelloProc_Proxy( 
  96.     IHello __RPC_FAR * This,
  97.     /* [string][in] */ unsigned char __RPC_FAR *pszString);
  98. void __RPC_STUB IHello_HelloProc_Stub(
  99.     IRpcStubBuffer *This,
  100.     IRpcChannelBuffer *_pRpcChannelBuffer,
  101.     PRPC_MESSAGE _pRpcMessage,
  102.     DWORD *_pdwStubPhase);
  103. #endif  /* __IHello_INTERFACE_DEFINED__ */
  104. /* Additional Prototypes for ALL interfaces */
  105. /* end of Additional Prototypes */
  106. #ifdef __cplusplus
  107. }
  108. #endif
  109. #endif