Platform_i.h
上传用户:easylife05
上传日期:2007-02-14
资源大小:393k
文件大小:5k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3.  /* File created by MIDL compiler version 6.00.0347 */
  4. /* at Tue Sep 30 22:13:15 2003
  5.  */
  6. /* Compiler settings for Platform.idl:
  7.     Oicf, W1, Zp8, env=Win32 (32b run)
  8.     protocol : dce , ms_ext, c_ext
  9.     error checks: allocation ref bounds_check enum stub_data 
  10.     VC __declspec() decoration level: 
  11.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  12.          DECLSPEC_UUID(), MIDL_INTERFACE()
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  16. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  17. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  18. #endif
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #ifndef __RPCNDR_H_VERSION__
  22. #error this stub requires an updated version of <rpcndr.h>
  23. #endif // __RPCNDR_H_VERSION__
  24. #ifndef COM_NO_WINDOWS_H
  25. #include "windows.h"
  26. #include "ole2.h"
  27. #endif /*COM_NO_WINDOWS_H*/
  28. #ifndef __Platform_i_h__
  29. #define __Platform_i_h__
  30. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  31. #pragma once
  32. #endif
  33. /* Forward Declarations */ 
  34. #ifndef __IServer_FWD_DEFINED__
  35. #define __IServer_FWD_DEFINED__
  36. typedef interface IServer IServer;
  37. #endif  /* __IServer_FWD_DEFINED__ */
  38. #ifndef __Server_FWD_DEFINED__
  39. #define __Server_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class Server Server;
  42. #else
  43. typedef struct Server Server;
  44. #endif /* __cplusplus */
  45. #endif  /* __Server_FWD_DEFINED__ */
  46. /* header files for imported files */
  47. #include "oaidl.h"
  48. #include "ocidl.h"
  49. #ifdef __cplusplus
  50. extern "C"{
  51. #endif 
  52. void * __RPC_USER MIDL_user_allocate(size_t);
  53. void __RPC_USER MIDL_user_free( void * ); 
  54. /* interface __MIDL_itf_Platform_0000 */
  55. /* [local] */ 
  56. struct _myGraph
  57.     {
  58.     int mWidth;
  59.     unsigned long mRed;
  60.     unsigned long mGreen;
  61.     unsigned long mBlue;
  62.     long x;
  63.     long y;
  64.     int mRate;
  65.     struct _myGraph *next;
  66.     } ;
  67. typedef struct _myGraph myGraph;
  68. extern RPC_IF_HANDLE __MIDL_itf_Platform_0000_v0_0_c_ifspec;
  69. extern RPC_IF_HANDLE __MIDL_itf_Platform_0000_v0_0_s_ifspec;
  70. #ifndef __IServer_INTERFACE_DEFINED__
  71. #define __IServer_INTERFACE_DEFINED__
  72. /* interface IServer */
  73. /* [unique][helpstring][uuid][object] */ 
  74. EXTERN_C const IID IID_IServer;
  75. #if defined(__cplusplus) && !defined(CINTERFACE)
  76.     
  77.     MIDL_INTERFACE("AF4258EC-938B-475B-A55F-4167B11F20A7")
  78.     IServer : public IUnknown
  79.     {
  80.     public:
  81.         virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDataPoint( 
  82.             /* [out] */ myGraph **dPointer) = 0;
  83.         
  84.         virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE NewDataCircle( 
  85.             /* [in] */ myGraph *pGraph) = 0;
  86.         
  87.     };
  88.     
  89. #else  /* C style interface */
  90.     typedef struct IServerVtbl
  91.     {
  92.         BEGIN_INTERFACE
  93.         
  94.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  95.             IServer * This,
  96.             /* [in] */ REFIID riid,
  97.             /* [iid_is][out] */ void **ppvObject);
  98.         
  99.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  100.             IServer * This);
  101.         
  102.         ULONG ( STDMETHODCALLTYPE *Release )( 
  103.             IServer * This);
  104.         
  105.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDataPoint )( 
  106.             IServer * This,
  107.             /* [out] */ myGraph **dPointer);
  108.         
  109.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *NewDataCircle )( 
  110.             IServer * This,
  111.             /* [in] */ myGraph *pGraph);
  112.         
  113.         END_INTERFACE
  114.     } IServerVtbl;
  115.     interface IServer
  116.     {
  117.         CONST_VTBL struct IServerVtbl *lpVtbl;
  118.     };
  119.     
  120. #ifdef COBJMACROS
  121. #define IServer_QueryInterface(This,riid,ppvObject)
  122.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  123. #define IServer_AddRef(This)
  124.     (This)->lpVtbl -> AddRef(This)
  125. #define IServer_Release(This)
  126.     (This)->lpVtbl -> Release(This)
  127. #define IServer_GetDataPoint(This,dPointer)
  128.     (This)->lpVtbl -> GetDataPoint(This,dPointer)
  129. #define IServer_NewDataCircle(This,pGraph)
  130.     (This)->lpVtbl -> NewDataCircle(This,pGraph)
  131. #endif /* COBJMACROS */
  132. #endif  /* C style interface */
  133. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IServer_GetDataPoint_Proxy( 
  134.     IServer * This,
  135.     /* [out] */ myGraph **dPointer);
  136. void __RPC_STUB IServer_GetDataPoint_Stub(
  137.     IRpcStubBuffer *This,
  138.     IRpcChannelBuffer *_pRpcChannelBuffer,
  139.     PRPC_MESSAGE _pRpcMessage,
  140.     DWORD *_pdwStubPhase);
  141. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IServer_NewDataCircle_Proxy( 
  142.     IServer * This,
  143.     /* [in] */ myGraph *pGraph);
  144. void __RPC_STUB IServer_NewDataCircle_Stub(
  145.     IRpcStubBuffer *This,
  146.     IRpcChannelBuffer *_pRpcChannelBuffer,
  147.     PRPC_MESSAGE _pRpcMessage,
  148.     DWORD *_pdwStubPhase);
  149. #endif  /* __IServer_INTERFACE_DEFINED__ */
  150. #ifndef __PlatformLib_LIBRARY_DEFINED__
  151. #define __PlatformLib_LIBRARY_DEFINED__
  152. /* library PlatformLib */
  153. /* [helpstring][version][uuid] */ 
  154. EXTERN_C const IID LIBID_PlatformLib;
  155. EXTERN_C const CLSID CLSID_Server;
  156. #ifdef __cplusplus
  157. class DECLSPEC_UUID("B0A7E02B-6181-49AF-995F-395948E77CC4")
  158. Server;
  159. #endif
  160. #endif /* __PlatformLib_LIBRARY_DEFINED__ */
  161. /* Additional Prototypes for ALL interfaces */
  162. /* end of Additional Prototypes */
  163. #ifdef __cplusplus
  164. }
  165. #endif
  166. #endif