Plugin.h
上传用户:easylife05
上传日期:2007-02-14
资源大小:393k
文件大小:4k
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0347 */
- /* at Tue Sep 30 22:12:57 2003
- */
- /* Compiler settings for Plugin.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- //@@MIDL_FILE_HEADING( )
- /* verify that the <rpcndr.h> version is high enough to compile this file*/
- #ifndef __REQUIRED_RPCNDR_H_VERSION__
- #define __REQUIRED_RPCNDR_H_VERSION__ 440
- #endif
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef __RPCNDR_H_VERSION__
- #error this stub requires an updated version of <rpcndr.h>
- #endif // __RPCNDR_H_VERSION__
- #ifndef COM_NO_WINDOWS_H
- #include "windows.h"
- #include "ole2.h"
- #endif /*COM_NO_WINDOWS_H*/
- #ifndef __Plugin_h__
- #define __Plugin_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __IL1Plugin_FWD_DEFINED__
- #define __IL1Plugin_FWD_DEFINED__
- typedef interface IL1Plugin IL1Plugin;
- #endif /* __IL1Plugin_FWD_DEFINED__ */
- #ifndef __L1Plugin_FWD_DEFINED__
- #define __L1Plugin_FWD_DEFINED__
- #ifdef __cplusplus
- typedef class L1Plugin L1Plugin;
- #else
- typedef struct L1Plugin L1Plugin;
- #endif /* __cplusplus */
- #endif /* __L1Plugin_FWD_DEFINED__ */
- /* header files for imported files */
- #include "oaidl.h"
- #include "ocidl.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- #ifndef __IL1Plugin_INTERFACE_DEFINED__
- #define __IL1Plugin_INTERFACE_DEFINED__
- /* interface IL1Plugin */
- /* [unique][helpstring][uuid][object] */
- EXTERN_C const IID IID_IL1Plugin;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("EF9C1BFB-832A-4190-99E8-92FEE98A9BF8")
- IL1Plugin : public IUnknown
- {
- public:
- };
-
- #else /* C style interface */
- typedef struct IL1PluginVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IL1Plugin * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IL1Plugin * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IL1Plugin * This);
-
- END_INTERFACE
- } IL1PluginVtbl;
- interface IL1Plugin
- {
- CONST_VTBL struct IL1PluginVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IL1Plugin_QueryInterface(This,riid,ppvObject)
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IL1Plugin_AddRef(This)
- (This)->lpVtbl -> AddRef(This)
- #define IL1Plugin_Release(This)
- (This)->lpVtbl -> Release(This)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- #endif /* __IL1Plugin_INTERFACE_DEFINED__ */
- #ifndef __PluginLib_LIBRARY_DEFINED__
- #define __PluginLib_LIBRARY_DEFINED__
- /* library PluginLib */
- /* [helpstring][version][uuid] */
- EXTERN_C const IID LIBID_PluginLib;
- EXTERN_C const CLSID CLSID_L1Plugin;
- #ifdef __cplusplus
- class DECLSPEC_UUID("00C53EB2-67BA-46AA-8218-E1D71A1FCA2D")
- L1Plugin;
- #endif
- #endif /* __PluginLib_LIBRARY_DEFINED__ */
- /* Additional Prototypes for ALL interfaces */
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif