// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // #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 5.03.0286 */ /* at Thu Mar 13 23:03:19 2003 */ /* Compiler settings for .\mimeedit.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), 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 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 __mimeedit_h__ #define __mimeedit_h__ /* Forward Declarations */ #ifndef __IMimeEdit_FWD_DEFINED__ #define __IMimeEdit_FWD_DEFINED__ typedef interface IMimeEdit IMimeEdit; #endif /* __IMimeEdit_FWD_DEFINED__ */ #ifndef __MimeEdit_FWD_DEFINED__ #define __MimeEdit_FWD_DEFINED__ #ifdef __cplusplus typedef class MimeEdit MimeEdit; #else typedef struct MimeEdit MimeEdit; #endif /* __cplusplus */ #endif /* __MimeEdit_FWD_DEFINED__ */ /* header files for imported files */ #include "ocidl.h" #ifdef __cplusplus extern "C"{ #endif void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void __RPC_FAR * ); /* interface __MIDL_itf_mimeedit_0000 */ /* [local] */ // // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // // {6a98b73e-8c4d-11d1-bdff-00c04fa31009} DEFINE_GUID(IID_IMimeEdit, 0x6a98b73e, 0x8c4d, 0x11d1, 0xbd, 0xff, 0x00, 0xc0, 0x4f, 0xa3, 0x10, 0x09); // {1C82EAD8-508E-11d1-8DCF-00C04FB951F9} DEFINE_GUID(LIBID_MIMEEDIT, 0x1c82ead8, 0x508e, 0x11d1, 0x8d, 0xcf, 0x0, 0xc0, 0x4f, 0xb9, 0x51, 0xf9); // -------------------------------------------------------------------------------- // LIBID_MIMEEDIT // -------------------------------------------------------------------------------- extern RPC_IF_HANDLE __MIDL_itf_mimeedit_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_mimeedit_0000_v0_0_s_ifspec; #ifndef __MIMEEDIT_LIBRARY_DEFINED__ #define __MIMEEDIT_LIBRARY_DEFINED__ /* library MIMEEDIT */ /* [version][helpstring][uuid] */ EXTERN_C const IID LIBID_MIMEEDIT; #ifndef __IMimeEdit_INTERFACE_DEFINED__ #define __IMimeEdit_INTERFACE_DEFINED__ /* interface IMimeEdit */ /* [object][helpstring][dual][oleautomation][uuid] */ EXTERN_C const IID IID_IMimeEdit; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("6a98b73e-8c4d-11d1-bdff-00c04fa31009") IMimeEdit : public IDispatch { public: virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_src( /* [in] */ BSTR bstr) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_src( /* [out][retval] */ BSTR __RPC_FAR *pbstr) = 0; virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_header( /* [in] */ LONG lStyle) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_header( /* [out][retval] */ LONG __RPC_FAR *plStyle) = 0; virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_editMode( /* [in] */ VARIANT_BOOL b) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_editMode( /* [out][retval] */ VARIANT_BOOL __RPC_FAR *pbool) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_messageSource( /* [out][retval] */ BSTR __RPC_FAR *pbstr) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_text( /* [out][retval] */ BSTR __RPC_FAR *pbstr) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_html( /* [out][retval] */ BSTR __RPC_FAR *pbstr) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE clear( void) = 0; virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_doc( /* [out][retval] */ IDispatch __RPC_FAR *__RPC_FAR *ppDoc) = 0; }; #else /* C style interface */ typedef struct IMimeEditVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( IMimeEdit __RPC_FAR * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject); ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( IMimeEdit __RPC_FAR * This); ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( IMimeEdit __RPC_FAR * This); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( IMimeEdit __RPC_FAR * This, /* [out] */ UINT __RPC_FAR *pctinfo); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( IMimeEdit __RPC_FAR * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( IMimeEdit __RPC_FAR * This, /* [in] */ REFIID riid, /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames, /* [in] */ UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ DISPID __RPC_FAR *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( IMimeEdit __RPC_FAR * This, /* [in] */ DISPID dispIdMember, /* [in] */ REFIID riid, /* [in] */ LCID lcid, /* [in] */ WORD wFlags, /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams, /* [out] */ VARIANT __RPC_FAR *pVarResult, /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo, /* [out] */ UINT __RPC_FAR *puArgErr); /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_src )( IMimeEdit __RPC_FAR * This, /* [in] */ BSTR bstr); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_src )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_header )( IMimeEdit __RPC_FAR * This, /* [in] */ LONG lStyle); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_header )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ LONG __RPC_FAR *plStyle); /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_editMode )( IMimeEdit __RPC_FAR * This, /* [in] */ VARIANT_BOOL b); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_editMode )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ VARIANT_BOOL __RPC_FAR *pbool); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_messageSource )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_text )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_html )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); /* [id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *clear )( IMimeEdit __RPC_FAR * This); /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_doc )( IMimeEdit __RPC_FAR * This, /* [out][retval] */ IDispatch __RPC_FAR *__RPC_FAR *ppDoc); END_INTERFACE } IMimeEditVtbl; interface IMimeEdit { CONST_VTBL struct IMimeEditVtbl __RPC_FAR *lpVtbl; }; #ifdef COBJMACROS #define IMimeEdit_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IMimeEdit_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IMimeEdit_Release(This) \ (This)->lpVtbl -> Release(This) #define IMimeEdit_GetTypeInfoCount(This,pctinfo) \ (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) #define IMimeEdit_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) #define IMimeEdit_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) #define IMimeEdit_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) #define IMimeEdit_put_src(This,bstr) \ (This)->lpVtbl -> put_src(This,bstr) #define IMimeEdit_get_src(This,pbstr) \ (This)->lpVtbl -> get_src(This,pbstr) #define IMimeEdit_put_header(This,lStyle) \ (This)->lpVtbl -> put_header(This,lStyle) #define IMimeEdit_get_header(This,plStyle) \ (This)->lpVtbl -> get_header(This,plStyle) #define IMimeEdit_put_editMode(This,b) \ (This)->lpVtbl -> put_editMode(This,b) #define IMimeEdit_get_editMode(This,pbool) \ (This)->lpVtbl -> get_editMode(This,pbool) #define IMimeEdit_get_messageSource(This,pbstr) \ (This)->lpVtbl -> get_messageSource(This,pbstr) #define IMimeEdit_get_text(This,pbstr) \ (This)->lpVtbl -> get_text(This,pbstr) #define IMimeEdit_get_html(This,pbstr) \ (This)->lpVtbl -> get_html(This,pbstr) #define IMimeEdit_clear(This) \ (This)->lpVtbl -> clear(This) #define IMimeEdit_get_doc(This,ppDoc) \ (This)->lpVtbl -> get_doc(This,ppDoc) #endif /* COBJMACROS */ #endif /* C style interface */ /* [id][propput] */ HRESULT STDMETHODCALLTYPE IMimeEdit_put_src_Proxy( IMimeEdit __RPC_FAR * This, /* [in] */ BSTR bstr); void __RPC_STUB IMimeEdit_put_src_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_src_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); void __RPC_STUB IMimeEdit_get_src_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propput] */ HRESULT STDMETHODCALLTYPE IMimeEdit_put_header_Proxy( IMimeEdit __RPC_FAR * This, /* [in] */ LONG lStyle); void __RPC_STUB IMimeEdit_put_header_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_header_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ LONG __RPC_FAR *plStyle); void __RPC_STUB IMimeEdit_get_header_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propput] */ HRESULT STDMETHODCALLTYPE IMimeEdit_put_editMode_Proxy( IMimeEdit __RPC_FAR * This, /* [in] */ VARIANT_BOOL b); void __RPC_STUB IMimeEdit_put_editMode_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_editMode_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ VARIANT_BOOL __RPC_FAR *pbool); void __RPC_STUB IMimeEdit_get_editMode_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_messageSource_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); void __RPC_STUB IMimeEdit_get_messageSource_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_text_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); void __RPC_STUB IMimeEdit_get_text_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_html_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ BSTR __RPC_FAR *pbstr); void __RPC_STUB IMimeEdit_get_html_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IMimeEdit_clear_Proxy( IMimeEdit __RPC_FAR * This); void __RPC_STUB IMimeEdit_clear_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id][propget] */ HRESULT STDMETHODCALLTYPE IMimeEdit_get_doc_Proxy( IMimeEdit __RPC_FAR * This, /* [out][retval] */ IDispatch __RPC_FAR *__RPC_FAR *ppDoc); void __RPC_STUB IMimeEdit_get_doc_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IMimeEdit_INTERFACE_DEFINED__ */ EXTERN_C const CLSID CLSID_MimeEdit; #ifdef __cplusplus class DECLSPEC_UUID("6f5edc56-8c63-11d1-bdff-00c04fa31009") MimeEdit; #endif #endif /* __MIMEEDIT_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif