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

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 Wed Feb 11 11:57:34 1998
  4.  */
  5. /* Compiler settings for AtlCont.idl:
  6.     Oic (OptLev=i1), 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 __AtlCont_h__
  24. #define __AtlCont_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IAtlCont_FWD_DEFINED__
  30. #define __IAtlCont_FWD_DEFINED__
  31. typedef interface IAtlCont IAtlCont;
  32. #endif  /* __IAtlCont_FWD_DEFINED__ */
  33. #ifndef __CAtlCont_FWD_DEFINED__
  34. #define __CAtlCont_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class CAtlCont CAtlCont;
  37. #else
  38. typedef struct CAtlCont CAtlCont;
  39. #endif /* __cplusplus */
  40. #endif  /* __CAtlCont_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  44. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  45. #ifndef __IAtlCont_INTERFACE_DEFINED__
  46. #define __IAtlCont_INTERFACE_DEFINED__
  47. /****************************************
  48.  * Generated header for interface: IAtlCont
  49.  * at Wed Feb 11 11:57:34 1998
  50.  * using MIDL 3.03.0110
  51.  ****************************************/
  52. /* [unique][helpstring][uuid][object] */ 
  53. EXTERN_C const IID IID_IAtlCont;
  54. #if defined(__cplusplus) && !defined(CINTERFACE)
  55.     
  56.     MIDL_INTERFACE("BFD466C3-376C-11D0-96B5-00A0C90DC94B")
  57.     IAtlCont : public IUnknown
  58.     {
  59.     public:
  60.         virtual HRESULT STDMETHODCALLTYPE Run( void) = 0;
  61.         
  62.         virtual HRESULT STDMETHODCALLTYPE Stop( void) = 0;
  63.         
  64.     };
  65.     
  66. #else  /* C style interface */
  67.     typedef struct IAtlContVtbl
  68.     {
  69.         BEGIN_INTERFACE
  70.         
  71.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  72.             IAtlCont __RPC_FAR * This,
  73.             /* [in] */ REFIID riid,
  74.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  75.         
  76.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  77.             IAtlCont __RPC_FAR * This);
  78.         
  79.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  80.             IAtlCont __RPC_FAR * This);
  81.         
  82.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Run )( 
  83.             IAtlCont __RPC_FAR * This);
  84.         
  85.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Stop )( 
  86.             IAtlCont __RPC_FAR * This);
  87.         
  88.         END_INTERFACE
  89.     } IAtlContVtbl;
  90.     interface IAtlCont
  91.     {
  92.         CONST_VTBL struct IAtlContVtbl __RPC_FAR *lpVtbl;
  93.     };
  94.     
  95. #ifdef COBJMACROS
  96. #define IAtlCont_QueryInterface(This,riid,ppvObject)
  97.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  98. #define IAtlCont_AddRef(This)
  99.     (This)->lpVtbl -> AddRef(This)
  100. #define IAtlCont_Release(This)
  101.     (This)->lpVtbl -> Release(This)
  102. #define IAtlCont_Run(This)
  103.     (This)->lpVtbl -> Run(This)
  104. #define IAtlCont_Stop(This)
  105.     (This)->lpVtbl -> Stop(This)
  106. #endif /* COBJMACROS */
  107. #endif  /* C style interface */
  108. HRESULT STDMETHODCALLTYPE IAtlCont_Run_Proxy( 
  109.     IAtlCont __RPC_FAR * This);
  110. void __RPC_STUB IAtlCont_Run_Stub(
  111.     IRpcStubBuffer *This,
  112.     IRpcChannelBuffer *_pRpcChannelBuffer,
  113.     PRPC_MESSAGE _pRpcMessage,
  114.     DWORD *_pdwStubPhase);
  115. HRESULT STDMETHODCALLTYPE IAtlCont_Stop_Proxy( 
  116.     IAtlCont __RPC_FAR * This);
  117. void __RPC_STUB IAtlCont_Stop_Stub(
  118.     IRpcStubBuffer *This,
  119.     IRpcChannelBuffer *_pRpcChannelBuffer,
  120.     PRPC_MESSAGE _pRpcMessage,
  121.     DWORD *_pdwStubPhase);
  122. #endif  /* __IAtlCont_INTERFACE_DEFINED__ */
  123. #ifndef __ATLCONTLib_LIBRARY_DEFINED__
  124. #define __ATLCONTLib_LIBRARY_DEFINED__
  125. /****************************************
  126.  * Generated header for library: ATLCONTLib
  127.  * at Wed Feb 11 11:57:34 1998
  128.  * using MIDL 3.03.0110
  129.  ****************************************/
  130. /* [helpstring][version][uuid] */ 
  131. EXTERN_C const IID LIBID_ATLCONTLib;
  132. EXTERN_C const CLSID CLSID_CAtlCont;
  133. #ifdef __cplusplus
  134. class DECLSPEC_UUID("BFD466C2-376C-11D0-96B5-00A0C90DC94B")
  135. CAtlCont;
  136. #endif
  137. #endif /* __ATLCONTLib_LIBRARY_DEFINED__ */
  138. /* Additional Prototypes for ALL interfaces */
  139. /* end of Additional Prototypes */
  140. #ifdef __cplusplus
  141. }
  142. #endif
  143. #endif