QUDCLN.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:26:29 1998
  4.  */
  5. /* Compiler settings for qudcln.idl:
  6.     Os (OptLev=s), W1, Zp4, 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 __qudcln_h__
  24. #define __qudcln_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IQuadrantClient_FWD_DEFINED__
  30. #define __IQuadrantClient_FWD_DEFINED__
  31. typedef interface IQuadrantClient IQuadrantClient;
  32. #endif  /* __IQuadrantClient_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 __IQuadrantClient_INTERFACE_DEFINED__
  38. #define __IQuadrantClient_INTERFACE_DEFINED__
  39. /****************************************
  40.  * Generated header for interface: IQuadrantClient
  41.  * at Mon Mar 30 02:26:29 1998
  42.  * using MIDL 3.03.0110
  43.  ****************************************/
  44. /* [unique][uuid][object][local] */ 
  45. EXTERN_C const IID IID_IQuadrantClient;
  46. #if defined(__cplusplus) && !defined(CINTERFACE)
  47.     
  48.     MIDL_INTERFACE("2a0e4fbc-3908-101b-8963-00000b65c75b")
  49.     IQuadrantClient : public IUnknown
  50.     {
  51.     public:
  52.         virtual HRESULT STDMETHODCALLTYPE ComputePoint( 
  53.             unsigned int __RPC_FAR *puColor,
  54.             int x,
  55.             int y) = 0;
  56.         
  57.         virtual HRESULT STDMETHODCALLTYPE DoneDrawingGraph( void) = 0;
  58.         
  59.     };
  60.     
  61. #else  /* C style interface */
  62.     typedef struct IQuadrantClientVtbl
  63.     {
  64.         BEGIN_INTERFACE
  65.         
  66.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  67.             IQuadrantClient __RPC_FAR * This,
  68.             /* [in] */ REFIID riid,
  69.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  70.         
  71.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  72.             IQuadrantClient __RPC_FAR * This);
  73.         
  74.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  75.             IQuadrantClient __RPC_FAR * This);
  76.         
  77.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ComputePoint )( 
  78.             IQuadrantClient __RPC_FAR * This,
  79.             unsigned int __RPC_FAR *puColor,
  80.             int x,
  81.             int y);
  82.         
  83.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *DoneDrawingGraph )( 
  84.             IQuadrantClient __RPC_FAR * This);
  85.         
  86.         END_INTERFACE
  87.     } IQuadrantClientVtbl;
  88.     interface IQuadrantClient
  89.     {
  90.         CONST_VTBL struct IQuadrantClientVtbl __RPC_FAR *lpVtbl;
  91.     };
  92.     
  93. #ifdef COBJMACROS
  94. #define IQuadrantClient_QueryInterface(This,riid,ppvObject)
  95.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  96. #define IQuadrantClient_AddRef(This)
  97.     (This)->lpVtbl -> AddRef(This)
  98. #define IQuadrantClient_Release(This)
  99.     (This)->lpVtbl -> Release(This)
  100. #define IQuadrantClient_ComputePoint(This,puColor,x,y)
  101.     (This)->lpVtbl -> ComputePoint(This,puColor,x,y)
  102. #define IQuadrantClient_DoneDrawingGraph(This)
  103.     (This)->lpVtbl -> DoneDrawingGraph(This)
  104. #endif /* COBJMACROS */
  105. #endif  /* C style interface */
  106. HRESULT STDMETHODCALLTYPE IQuadrantClient_ComputePoint_Proxy( 
  107.     IQuadrantClient __RPC_FAR * This,
  108.     unsigned int __RPC_FAR *puColor,
  109.     int x,
  110.     int y);
  111. void __RPC_STUB IQuadrantClient_ComputePoint_Stub(
  112.     IRpcStubBuffer *This,
  113.     IRpcChannelBuffer *_pRpcChannelBuffer,
  114.     PRPC_MESSAGE _pRpcMessage,
  115.     DWORD *_pdwStubPhase);
  116. HRESULT STDMETHODCALLTYPE IQuadrantClient_DoneDrawingGraph_Proxy( 
  117.     IQuadrantClient __RPC_FAR * This);
  118. void __RPC_STUB IQuadrantClient_DoneDrawingGraph_Stub(
  119.     IRpcStubBuffer *This,
  120.     IRpcChannelBuffer *_pRpcChannelBuffer,
  121.     PRPC_MESSAGE _pRpcMessage,
  122.     DWORD *_pdwStubPhase);
  123. #endif  /* __IQuadrantClient_INTERFACE_DEFINED__ */
  124. /* Additional Prototypes for ALL interfaces */
  125. /* end of Additional Prototypes */
  126. #ifdef __cplusplus
  127. }
  128. #endif
  129. #endif