/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for msdatsrc.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 protocol : dce , ms_ext, c_ext, robust 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( ) */ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 500 #endif /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCSAL_H_VERSION__ #define __REQUIRED_RPCSAL_H_VERSION__ 100 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef __msdatsrc_h__ #define __msdatsrc_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __DataSourceListener_FWD_DEFINED__ #define __DataSourceListener_FWD_DEFINED__ typedef interface DataSourceListener DataSourceListener; #endif /* __DataSourceListener_FWD_DEFINED__ */ #ifndef __DataSource_FWD_DEFINED__ #define __DataSource_FWD_DEFINED__ typedef interface DataSource DataSource; #endif /* __DataSource_FWD_DEFINED__ */ #ifdef __cplusplus extern "C"{ #endif /* interface __MIDL_itf_msdatsrc_0000_0000 */ /* [local] */ //----------------------------------------------------------------------------- // File: .C or .H file generated by msdatsrc.idl // // Copyright: Copyright (c) 1998-1999 Microsoft Corporation // // Contents: .C or .H file generated by msdatsrc.idl // // Comments: // //----------------------------------------------------------------------------- // For non-VC5 compilers #if (_MSC_VER >= 1100) && defined (__cplusplus) #define DECLSPEC_UUID(x) __declspec(uuid(x)) #else #define DECLSPEC_UUID(x) #endif // C/C++ interface names #define IDataSource DataSource #define IDataSourceListener DataSourceListener extern RPC_IF_HANDLE __MIDL_itf_msdatsrc_0000_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_msdatsrc_0000_0000_v0_0_s_ifspec; #ifndef __MSDATASRC_LIBRARY_DEFINED__ #define __MSDATASRC_LIBRARY_DEFINED__ /* library MSDATASRC */ /* [helpstring][version][uuid] */ typedef /* [uuid] */ DECLSPEC_UUID("7c0ffab1-cd84-11d0-949a-00a0c91110ed") BSTR DataMember; EXTERN_C const IID LIBID_MSDATASRC; #ifndef __DataSourceListener_INTERFACE_DEFINED__ #define __DataSourceListener_INTERFACE_DEFINED__ /* interface DataSourceListener */ /* [object][hidden][oleautomation][uuid] */ EXTERN_C const IID IID_DataSourceListener; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("7c0ffab2-cd84-11d0-949a-00a0c91110ed") DataSourceListener : public IUnknown { public: virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE dataMemberChanged( /* [in] */ __RPC__in DataMember bstrDM) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE dataMemberAdded( /* [in] */ __RPC__in DataMember bstrDM) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE dataMemberRemoved( /* [in] */ __RPC__in DataMember bstrDM) = 0; }; #else /* C style interface */ typedef struct DataSourceListenerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in DataSourceListener * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in DataSourceListener * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in DataSourceListener * This); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *dataMemberChanged )( __RPC__in DataSourceListener * This, /* [in] */ __RPC__in DataMember bstrDM); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *dataMemberAdded )( __RPC__in DataSourceListener * This, /* [in] */ __RPC__in DataMember bstrDM); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *dataMemberRemoved )( __RPC__in DataSourceListener * This, /* [in] */ __RPC__in DataMember bstrDM); END_INTERFACE } DataSourceListenerVtbl; interface DataSourceListener { CONST_VTBL struct DataSourceListenerVtbl *lpVtbl; }; #ifdef COBJMACROS #define DataSourceListener_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define DataSourceListener_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define DataSourceListener_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define DataSourceListener_dataMemberChanged(This,bstrDM) \ ( (This)->lpVtbl -> dataMemberChanged(This,bstrDM) ) #define DataSourceListener_dataMemberAdded(This,bstrDM) \ ( (This)->lpVtbl -> dataMemberAdded(This,bstrDM) ) #define DataSourceListener_dataMemberRemoved(This,bstrDM) \ ( (This)->lpVtbl -> dataMemberRemoved(This,bstrDM) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __DataSourceListener_INTERFACE_DEFINED__ */ #ifndef __DataSource_INTERFACE_DEFINED__ #define __DataSource_INTERFACE_DEFINED__ /* interface DataSource */ /* [object][oleautomation][uuid] */ EXTERN_C const IID IID_DataSource; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("7c0ffab3-cd84-11d0-949a-00a0c91110ed") DataSource : public IUnknown { public: virtual /* [restricted][hidden] */ HRESULT STDMETHODCALLTYPE getDataMember( /* [in] */ __RPC__in DataMember bstrDM, /* [in] */ __RPC__in REFIID riid, /* [retval][out] */ __RPC__deref_out_opt IUnknown **ppunk) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE getDataMemberName( /* [in] */ long lIndex, /* [retval][out] */ __RPC__deref_out_opt DataMember *pbstrDM) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE getDataMemberCount( /* [retval][out] */ __RPC__out long *plCount) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE addDataSourceListener( /* [in] */ __RPC__in_opt DataSourceListener *pDSL) = 0; virtual /* [hidden] */ HRESULT STDMETHODCALLTYPE removeDataSourceListener( /* [in] */ __RPC__in_opt DataSourceListener *pDSL) = 0; }; #else /* C style interface */ typedef struct DataSourceVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in DataSource * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in DataSource * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in DataSource * This); /* [restricted][hidden] */ HRESULT ( STDMETHODCALLTYPE *getDataMember )( __RPC__in DataSource * This, /* [in] */ __RPC__in DataMember bstrDM, /* [in] */ __RPC__in REFIID riid, /* [retval][out] */ __RPC__deref_out_opt IUnknown **ppunk); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *getDataMemberName )( __RPC__in DataSource * This, /* [in] */ long lIndex, /* [retval][out] */ __RPC__deref_out_opt DataMember *pbstrDM); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *getDataMemberCount )( __RPC__in DataSource * This, /* [retval][out] */ __RPC__out long *plCount); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *addDataSourceListener )( __RPC__in DataSource * This, /* [in] */ __RPC__in_opt DataSourceListener *pDSL); /* [hidden] */ HRESULT ( STDMETHODCALLTYPE *removeDataSourceListener )( __RPC__in DataSource * This, /* [in] */ __RPC__in_opt DataSourceListener *pDSL); END_INTERFACE } DataSourceVtbl; interface DataSource { CONST_VTBL struct DataSourceVtbl *lpVtbl; }; #ifdef COBJMACROS #define DataSource_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define DataSource_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define DataSource_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define DataSource_getDataMember(This,bstrDM,riid,ppunk) \ ( (This)->lpVtbl -> getDataMember(This,bstrDM,riid,ppunk) ) #define DataSource_getDataMemberName(This,lIndex,pbstrDM) \ ( (This)->lpVtbl -> getDataMemberName(This,lIndex,pbstrDM) ) #define DataSource_getDataMemberCount(This,plCount) \ ( (This)->lpVtbl -> getDataMemberCount(This,plCount) ) #define DataSource_addDataSourceListener(This,pDSL) \ ( (This)->lpVtbl -> addDataSourceListener(This,pDSL) ) #define DataSource_removeDataSourceListener(This,pDSL) \ ( (This)->lpVtbl -> removeDataSourceListener(This,pDSL) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __DataSource_INTERFACE_DEFINED__ */ #endif /* __MSDATASRC_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif