/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 5.01.0164 */ /* at Mon Mar 17 15:32:31 2003 */ /* Compiler settings for C:\Sph1b\edaxsys\EdaxSys.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext error checks: allocation ref bounds_check enum stub_data */ //@@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 __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __EdaxSys_h__ #define __EdaxSys_h__ #ifdef __cplusplus extern "C"{ #endif /* Forward Declarations */ #ifndef __IEdaxSystem_FWD_DEFINED__ #define __IEdaxSystem_FWD_DEFINED__ typedef interface IEdaxSystem IEdaxSystem; #endif /* __IEdaxSystem_FWD_DEFINED__ */ #ifndef __EdaxSystem_FWD_DEFINED__ #define __EdaxSystem_FWD_DEFINED__ #ifdef __cplusplus typedef class EdaxSystem EdaxSystem; #else typedef struct EdaxSystem EdaxSystem; #endif /* __cplusplus */ #endif /* __EdaxSystem_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #include "edaxsgsvc.h" #include "edaxeds.h" void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void __RPC_FAR * ); #ifndef __IEdaxSystem_INTERFACE_DEFINED__ #define __IEdaxSystem_INTERFACE_DEFINED__ /* interface IEdaxSystem */ /* [unique][helpstring][uuid][object] */ EXTERN_C const IID IID_IEdaxSystem; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("6FC7A4FC-F8DC-492F-93B1-3BD0C454EE20") IEdaxSystem : public IUnknown { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SgManager( /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_EdsSubSys( /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal) = 0; virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_GenUser( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_GenUser( /* [in] */ BSTR newVal) = 0; virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_SystemId( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_SystemId( /* [in] */ BSTR newVal) = 0; }; #else /* C style interface */ typedef struct IEdaxSystemVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( IEdaxSystem __RPC_FAR * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject); ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( IEdaxSystem __RPC_FAR * This); ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( IEdaxSystem __RPC_FAR * This); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SgManager )( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_EdsSubSys )( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal); /* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_GenUser )( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_GenUser )( IEdaxSystem __RPC_FAR * This, /* [in] */ BSTR newVal); /* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SystemId )( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SystemId )( IEdaxSystem __RPC_FAR * This, /* [in] */ BSTR newVal); END_INTERFACE } IEdaxSystemVtbl; interface IEdaxSystem { CONST_VTBL struct IEdaxSystemVtbl __RPC_FAR *lpVtbl; }; #ifdef COBJMACROS #define IEdaxSystem_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IEdaxSystem_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IEdaxSystem_Release(This) \ (This)->lpVtbl -> Release(This) #define IEdaxSystem_get_SgManager(This,pVal) \ (This)->lpVtbl -> get_SgManager(This,pVal) #define IEdaxSystem_get_EdsSubSys(This,pVal) \ (This)->lpVtbl -> get_EdsSubSys(This,pVal) #define IEdaxSystem_get_GenUser(This,pVal) \ (This)->lpVtbl -> get_GenUser(This,pVal) #define IEdaxSystem_put_GenUser(This,newVal) \ (This)->lpVtbl -> put_GenUser(This,newVal) #define IEdaxSystem_get_SystemId(This,pVal) \ (This)->lpVtbl -> get_SystemId(This,pVal) #define IEdaxSystem_put_SystemId(This,newVal) \ (This)->lpVtbl -> put_SystemId(This,newVal) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_SgManager_Proxy( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal); void __RPC_STUB IEdaxSystem_get_SgManager_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_EdsSubSys_Proxy( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal); void __RPC_STUB IEdaxSystem_get_EdsSubSys_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_GenUser_Proxy( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB IEdaxSystem_get_GenUser_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_put_GenUser_Proxy( IEdaxSystem __RPC_FAR * This, /* [in] */ BSTR newVal); void __RPC_STUB IEdaxSystem_put_GenUser_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_SystemId_Proxy( IEdaxSystem __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB IEdaxSystem_get_SystemId_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_put_SystemId_Proxy( IEdaxSystem __RPC_FAR * This, /* [in] */ BSTR newVal); void __RPC_STUB IEdaxSystem_put_SystemId_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IEdaxSystem_INTERFACE_DEFINED__ */ #ifndef __EDAXSYSLib_LIBRARY_DEFINED__ #define __EDAXSYSLib_LIBRARY_DEFINED__ /* library EDAXSYSLib */ /* [helpstring][version][uuid] */ EXTERN_C const IID LIBID_EDAXSYSLib; EXTERN_C const CLSID CLSID_EdaxSystem; #ifdef __cplusplus class DECLSPEC_UUID("D2D67882-F210-44DF-A9B8-EC5E9EAFED0D") EdaxSystem; #endif #endif /* __EDAXSYSLib_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * ); unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * ); /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif