home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 3.01.75 */
- /* at Mon Jan 27 10:10:08 1997
- */
- /* Compiler settings for C:\samples\c12\SimpleDual\Simple.odl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #include "rpc.h"
- #include "rpcndr.h"
-
- #ifndef __SimpleDual_h__
- #define __SimpleDual_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef ___DSimple_FWD_DEFINED__
- #define ___DSimple_FWD_DEFINED__
- typedef interface _DSimple _DSimple;
- #endif /* ___DSimple_FWD_DEFINED__ */
-
-
- #ifndef ___DSimpleEvents_FWD_DEFINED__
- #define ___DSimpleEvents_FWD_DEFINED__
- typedef interface _DSimpleEvents _DSimpleEvents;
- #endif /* ___DSimpleEvents_FWD_DEFINED__ */
-
-
- #ifndef ___DSimpleDual_FWD_DEFINED__
- #define ___DSimpleDual_FWD_DEFINED__
- typedef interface _DSimpleDual _DSimpleDual;
- #endif /* ___DSimpleDual_FWD_DEFINED__ */
-
-
- #ifndef __Simple_FWD_DEFINED__
- #define __Simple_FWD_DEFINED__
-
- #ifdef __cplusplus
- typedef class Simple Simple;
- #else
- typedef struct Simple Simple;
- #endif /* __cplusplus */
-
- #endif /* __Simple_FWD_DEFINED__ */
-
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
-
- #ifndef __SIMPLELib_LIBRARY_DEFINED__
- #define __SIMPLELib_LIBRARY_DEFINED__
-
- /****************************************
- * Generated header for library: SIMPLELib
- * at Mon Jan 27 10:10:08 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [control][helpstring][helpfile][version][uuid] */
-
-
-
- DEFINE_GUID(LIBID_SIMPLELib,0xC48A81E0,0x4384,0x11D0,0x9C,0x9D,0x00,0x00,0x00,0x00,0x00,0x00);
-
- #ifndef ___DSimple_DISPINTERFACE_DEFINED__
- #define ___DSimple_DISPINTERFACE_DEFINED__
-
- /****************************************
- * Generated header for dispinterface: _DSimple
- * at Mon Jan 27 10:10:08 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [hidden][helpstring][uuid] */
-
-
-
- DEFINE_GUID(DIID__DSimple,0xC48A81E1,0x4384,0x11D0,0x9C,0x9D,0x00,0x00,0x00,0x00,0x00,0x00);
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("C48A81E1-4384-11D0-9C9D-000000000000")
- _DSimple : public IDispatch
- {
- };
-
- #else /* C style interface */
-
- typedef struct _DSimpleVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- _DSimple __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- _DSimple __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- _DSimple __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- _DSimple __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- _DSimple __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- _DSimple __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 )(
- _DSimple __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);
-
- END_INTERFACE
- } _DSimpleVtbl;
-
- interface _DSimple
- {
- CONST_VTBL struct _DSimpleVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define _DSimple_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define _DSimple_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define _DSimple_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define _DSimple_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define _DSimple_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define _DSimple_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define _DSimple_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
- #endif /* ___DSimple_DISPINTERFACE_DEFINED__ */
-
-
- #ifndef ___DSimpleEvents_DISPINTERFACE_DEFINED__
- #define ___DSimpleEvents_DISPINTERFACE_DEFINED__
-
- /****************************************
- * Generated header for dispinterface: _DSimpleEvents
- * at Mon Jan 27 10:10:08 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [helpstring][uuid] */
-
-
-
- DEFINE_GUID(DIID__DSimpleEvents,0xC48A81E2,0x4384,0x11D0,0x9C,0x9D,0x00,0x00,0x00,0x00,0x00,0x00);
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("C48A81E2-4384-11D0-9C9D-000000000000")
- _DSimpleEvents : public IDispatch
- {
- };
-
- #else /* C style interface */
-
- typedef struct _DSimpleEventsVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- _DSimpleEvents __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- _DSimpleEvents __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- _DSimpleEvents __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- _DSimpleEvents __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- _DSimpleEvents __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- _DSimpleEvents __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 )(
- _DSimpleEvents __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);
-
- END_INTERFACE
- } _DSimpleEventsVtbl;
-
- interface _DSimpleEvents
- {
- CONST_VTBL struct _DSimpleEventsVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define _DSimpleEvents_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define _DSimpleEvents_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define _DSimpleEvents_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define _DSimpleEvents_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define _DSimpleEvents_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define _DSimpleEvents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define _DSimpleEvents_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
- #endif /* ___DSimpleEvents_DISPINTERFACE_DEFINED__ */
-
-
- #ifndef ___DSimpleDual_INTERFACE_DEFINED__
- #define ___DSimpleDual_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: _DSimpleDual
- * at Mon Jan 27 10:10:08 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [object][dual][oleautomation][uuid] */
-
-
-
- DEFINE_GUID(IID__DSimpleDual,0x26A30A20,0x42D9,0x11d0,0x9C,0x9D,0x00,0x00,0x00,0x00,0x00,0x00);
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("26A30A20-42D9-11d0-9C9D-000000000000")
- _DSimpleDual : public IDispatch
- {
- public:
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_P1(
- /* [in] */ long newValue) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_P1(
- /* [retval][out] */ long __RPC_FAR *retval) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE M1( void) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct _DSimpleDualVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- _DSimpleDual __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- _DSimpleDual __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- _DSimpleDual __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- _DSimpleDual __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- _DSimpleDual __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- _DSimpleDual __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 )(
- _DSimpleDual __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_P1 )(
- _DSimpleDual __RPC_FAR * This,
- /* [in] */ long newValue);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_P1 )(
- _DSimpleDual __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *M1 )(
- _DSimpleDual __RPC_FAR * This);
-
- END_INTERFACE
- } _DSimpleDualVtbl;
-
- interface _DSimpleDual
- {
- CONST_VTBL struct _DSimpleDualVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define _DSimpleDual_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define _DSimpleDual_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define _DSimpleDual_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define _DSimpleDual_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define _DSimpleDual_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define _DSimpleDual_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define _DSimpleDual_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
-
- #define _DSimpleDual_put_P1(This,newValue) \
- (This)->lpVtbl -> put_P1(This,newValue)
-
- #define _DSimpleDual_get_P1(This,retval) \
- (This)->lpVtbl -> get_P1(This,retval)
-
- #define _DSimpleDual_M1(This) \
- (This)->lpVtbl -> M1(This)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE _DSimpleDual_put_P1_Proxy(
- _DSimpleDual __RPC_FAR * This,
- /* [in] */ long newValue);
-
-
- void __RPC_STUB _DSimpleDual_put_P1_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE _DSimpleDual_get_P1_Proxy(
- _DSimpleDual __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
-
-
- void __RPC_STUB _DSimpleDual_get_P1_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [id] */ HRESULT STDMETHODCALLTYPE _DSimpleDual_M1_Proxy(
- _DSimpleDual __RPC_FAR * This);
-
-
- void __RPC_STUB _DSimpleDual_M1_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* ___DSimpleDual_INTERFACE_DEFINED__ */
-
-
- #ifdef __cplusplus
- DEFINE_GUID(CLSID_Simple,0xC48A81E3,0x4384,0x11D0,0x9C,0x9D,0x00,0x00,0x00,0x00,0x00,0x00);
-
- class DECLSPEC_UUID("C48A81E3-4384-11D0-9C9D-000000000000")
- Simple;
- #endif
- #endif /* __SIMPLELib_LIBRARY_DEFINED__ */
-
- /* Additional Prototypes for ALL interfaces */
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-