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

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:54:06 1998
  4.  */
  5. /* Compiler settings for DrawServ.idl:
  6.     Os (OptLev=s), 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 __DrawServ_h__
  24. #define __DrawServ_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IDrawServ_FWD_DEFINED__
  30. #define __IDrawServ_FWD_DEFINED__
  31. typedef interface IDrawServ IDrawServ;
  32. #endif  /* __IDrawServ_FWD_DEFINED__ */
  33. #ifndef __CDrawServ_FWD_DEFINED__
  34. #define __CDrawServ_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class CDrawServ CDrawServ;
  37. #else
  38. typedef struct CDrawServ CDrawServ;
  39. #endif /* __cplusplus */
  40. #endif  /* __CDrawServ_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 __IDrawServ_INTERFACE_DEFINED__
  46. #define __IDrawServ_INTERFACE_DEFINED__
  47. /****************************************
  48.  * Generated header for interface: IDrawServ
  49.  * at Wed Feb 11 11:54:06 1998
  50.  * using MIDL 3.03.0110
  51.  ****************************************/
  52. /* [unique][helpstring][dual][uuid][object] */ 
  53. EXTERN_C const IID IID_IDrawServ;
  54. #if defined(__cplusplus) && !defined(CINTERFACE)
  55.     
  56.     MIDL_INTERFACE("330E9E75-DF48-11CF-8E2C-00A0C90DC94B")
  57.     IDrawServ : public IDispatch
  58.     {
  59.     public:
  60.         virtual HRESULT STDMETHODCALLTYPE Draw( 
  61.             /* [in] */ long x1,
  62.             /* [in] */ long y1,
  63.             /* [in] */ long x2,
  64.             /* [in] */ long y2,
  65.             /* [in] */ unsigned long col) = 0;
  66.         
  67.     };
  68.     
  69. #else  /* C style interface */
  70.     typedef struct IDrawServVtbl
  71.     {
  72.         BEGIN_INTERFACE
  73.         
  74.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  75.             IDrawServ __RPC_FAR * This,
  76.             /* [in] */ REFIID riid,
  77.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  78.         
  79.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  80.             IDrawServ __RPC_FAR * This);
  81.         
  82.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  83.             IDrawServ __RPC_FAR * This);
  84.         
  85.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  86.             IDrawServ __RPC_FAR * This,
  87.             /* [out] */ UINT __RPC_FAR *pctinfo);
  88.         
  89.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  90.             IDrawServ __RPC_FAR * This,
  91.             /* [in] */ UINT iTInfo,
  92.             /* [in] */ LCID lcid,
  93.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  94.         
  95.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  96.             IDrawServ __RPC_FAR * This,
  97.             /* [in] */ REFIID riid,
  98.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  99.             /* [in] */ UINT cNames,
  100.             /* [in] */ LCID lcid,
  101.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  102.         
  103.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  104.             IDrawServ __RPC_FAR * This,
  105.             /* [in] */ DISPID dispIdMember,
  106.             /* [in] */ REFIID riid,
  107.             /* [in] */ LCID lcid,
  108.             /* [in] */ WORD wFlags,
  109.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  110.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  111.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  112.             /* [out] */ UINT __RPC_FAR *puArgErr);
  113.         
  114.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Draw )( 
  115.             IDrawServ __RPC_FAR * This,
  116.             /* [in] */ long x1,
  117.             /* [in] */ long y1,
  118.             /* [in] */ long x2,
  119.             /* [in] */ long y2,
  120.             /* [in] */ unsigned long col);
  121.         
  122.         END_INTERFACE
  123.     } IDrawServVtbl;
  124.     interface IDrawServ
  125.     {
  126.         CONST_VTBL struct IDrawServVtbl __RPC_FAR *lpVtbl;
  127.     };
  128.     
  129. #ifdef COBJMACROS
  130. #define IDrawServ_QueryInterface(This,riid,ppvObject)
  131.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  132. #define IDrawServ_AddRef(This)
  133.     (This)->lpVtbl -> AddRef(This)
  134. #define IDrawServ_Release(This)
  135.     (This)->lpVtbl -> Release(This)
  136. #define IDrawServ_GetTypeInfoCount(This,pctinfo)
  137.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  138. #define IDrawServ_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  139.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  140. #define IDrawServ_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  141.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  142. #define IDrawServ_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  143.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  144. #define IDrawServ_Draw(This,x1,y1,x2,y2,col)
  145.     (This)->lpVtbl -> Draw(This,x1,y1,x2,y2,col)
  146. #endif /* COBJMACROS */
  147. #endif  /* C style interface */
  148. HRESULT STDMETHODCALLTYPE IDrawServ_Draw_Proxy( 
  149.     IDrawServ __RPC_FAR * This,
  150.     /* [in] */ long x1,
  151.     /* [in] */ long y1,
  152.     /* [in] */ long x2,
  153.     /* [in] */ long y2,
  154.     /* [in] */ unsigned long col);
  155. void __RPC_STUB IDrawServ_Draw_Stub(
  156.     IRpcStubBuffer *This,
  157.     IRpcChannelBuffer *_pRpcChannelBuffer,
  158.     PRPC_MESSAGE _pRpcMessage,
  159.     DWORD *_pdwStubPhase);
  160. #endif  /* __IDrawServ_INTERFACE_DEFINED__ */
  161. #ifndef __DRAWSERVLib_LIBRARY_DEFINED__
  162. #define __DRAWSERVLib_LIBRARY_DEFINED__
  163. /****************************************
  164.  * Generated header for library: DRAWSERVLib
  165.  * at Wed Feb 11 11:54:06 1998
  166.  * using MIDL 3.03.0110
  167.  ****************************************/
  168. /* [helpstring][version][uuid] */ 
  169. EXTERN_C const IID LIBID_DRAWSERVLib;
  170. EXTERN_C const CLSID CLSID_CDrawServ;
  171. #ifdef __cplusplus
  172. class DECLSPEC_UUID("330E9E79-DF48-11CF-8E2C-00A0C90DC94B")
  173. CDrawServ;
  174. #endif
  175. #endif /* __DRAWSERVLib_LIBRARY_DEFINED__ */
  176. /* Additional Prototypes for ALL interfaces */
  177. /* end of Additional Prototypes */
  178. #ifdef __cplusplus
  179. }
  180. #endif
  181. #endif