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

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:12:57 2003
  5.  */
  6. /* Compiler settings for Plugin.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 __Plugin_h__
  29. #define __Plugin_h__
  30. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  31. #pragma once
  32. #endif
  33. /* Forward Declarations */ 
  34. #ifndef __IL1Plugin_FWD_DEFINED__
  35. #define __IL1Plugin_FWD_DEFINED__
  36. typedef interface IL1Plugin IL1Plugin;
  37. #endif  /* __IL1Plugin_FWD_DEFINED__ */
  38. #ifndef __L1Plugin_FWD_DEFINED__
  39. #define __L1Plugin_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class L1Plugin L1Plugin;
  42. #else
  43. typedef struct L1Plugin L1Plugin;
  44. #endif /* __cplusplus */
  45. #endif  /* __L1Plugin_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. #ifndef __IL1Plugin_INTERFACE_DEFINED__
  55. #define __IL1Plugin_INTERFACE_DEFINED__
  56. /* interface IL1Plugin */
  57. /* [unique][helpstring][uuid][object] */ 
  58. EXTERN_C const IID IID_IL1Plugin;
  59. #if defined(__cplusplus) && !defined(CINTERFACE)
  60.     
  61.     MIDL_INTERFACE("EF9C1BFB-832A-4190-99E8-92FEE98A9BF8")
  62.     IL1Plugin : public IUnknown
  63.     {
  64.     public:
  65.     };
  66.     
  67. #else  /* C style interface */
  68.     typedef struct IL1PluginVtbl
  69.     {
  70.         BEGIN_INTERFACE
  71.         
  72.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  73.             IL1Plugin * This,
  74.             /* [in] */ REFIID riid,
  75.             /* [iid_is][out] */ void **ppvObject);
  76.         
  77.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  78.             IL1Plugin * This);
  79.         
  80.         ULONG ( STDMETHODCALLTYPE *Release )( 
  81.             IL1Plugin * This);
  82.         
  83.         END_INTERFACE
  84.     } IL1PluginVtbl;
  85.     interface IL1Plugin
  86.     {
  87.         CONST_VTBL struct IL1PluginVtbl *lpVtbl;
  88.     };
  89.     
  90. #ifdef COBJMACROS
  91. #define IL1Plugin_QueryInterface(This,riid,ppvObject)
  92.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  93. #define IL1Plugin_AddRef(This)
  94.     (This)->lpVtbl -> AddRef(This)
  95. #define IL1Plugin_Release(This)
  96.     (This)->lpVtbl -> Release(This)
  97. #endif /* COBJMACROS */
  98. #endif  /* C style interface */
  99. #endif  /* __IL1Plugin_INTERFACE_DEFINED__ */
  100. #ifndef __PluginLib_LIBRARY_DEFINED__
  101. #define __PluginLib_LIBRARY_DEFINED__
  102. /* library PluginLib */
  103. /* [helpstring][version][uuid] */ 
  104. EXTERN_C const IID LIBID_PluginLib;
  105. EXTERN_C const CLSID CLSID_L1Plugin;
  106. #ifdef __cplusplus
  107. class DECLSPEC_UUID("00C53EB2-67BA-46AA-8218-E1D71A1FCA2D")
  108. L1Plugin;
  109. #endif
  110. #endif /* __PluginLib_LIBRARY_DEFINED__ */
  111. /* Additional Prototypes for ALL interfaces */
  112. /* end of Additional Prototypes */
  113. #ifdef __cplusplus
  114. }
  115. #endif
  116. #endif