/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 5.01.0164 */ /* at Thu Oct 17 17:48:16 2002 */ /* Compiler settings for E:\dpp2\EdaxSgSvc\EdaxSgSvc.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 __EdaxSgSvc_h__ #define __EdaxSgSvc_h__ #ifdef __cplusplus extern "C"{ #endif /* Forward Declarations */ #ifndef __ISgManager_FWD_DEFINED__ #define __ISgManager_FWD_DEFINED__ typedef interface ISgManager ISgManager; #endif /* __ISgManager_FWD_DEFINED__ */ #ifndef __SgManager_FWD_DEFINED__ #define __SgManager_FWD_DEFINED__ #ifdef __cplusplus typedef class SgManager SgManager; #else typedef struct SgManager SgManager; #endif /* __cplusplus */ #endif /* __SgManager_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #include "edaxsgutl.h" void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void __RPC_FAR * ); #ifndef __ISgManager_INTERFACE_DEFINED__ #define __ISgManager_INTERFACE_DEFINED__ /* interface ISgManager */ /* [unique][helpstring][uuid][object] */ EXTERN_C const IID IID_ISgManager; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("F68DD860-78C0-4E66-A2AC-F63E54209450") ISgManager : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE SgBoard( /* [in] */ long DeviceNumber, /* [retval][out] */ ISgBoard __RPC_FAR *__RPC_FAR *ppv) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE PartScan( /* [in] */ long DeviceNumber, /* [out] */ IPartScan __RPC_FAR *__RPC_FAR *ppv) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE DriftManager( /* [in] */ long DeviceNumber, /* [out] */ IDriftManager __RPC_FAR *__RPC_FAR *ppv) = 0; }; #else /* C style interface */ typedef struct ISgManagerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( ISgManager __RPC_FAR * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject); ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( ISgManager __RPC_FAR * This); ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( ISgManager __RPC_FAR * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SgBoard )( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [retval][out] */ ISgBoard __RPC_FAR *__RPC_FAR *ppv); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *PartScan )( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [out] */ IPartScan __RPC_FAR *__RPC_FAR *ppv); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *DriftManager )( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [out] */ IDriftManager __RPC_FAR *__RPC_FAR *ppv); END_INTERFACE } ISgManagerVtbl; interface ISgManager { CONST_VTBL struct ISgManagerVtbl __RPC_FAR *lpVtbl; }; #ifdef COBJMACROS #define ISgManager_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define ISgManager_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define ISgManager_Release(This) \ (This)->lpVtbl -> Release(This) #define ISgManager_SgBoard(This,DeviceNumber,ppv) \ (This)->lpVtbl -> SgBoard(This,DeviceNumber,ppv) #define ISgManager_PartScan(This,DeviceNumber,ppv) \ (This)->lpVtbl -> PartScan(This,DeviceNumber,ppv) #define ISgManager_DriftManager(This,DeviceNumber,ppv) \ (This)->lpVtbl -> DriftManager(This,DeviceNumber,ppv) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE ISgManager_SgBoard_Proxy( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [retval][out] */ ISgBoard __RPC_FAR *__RPC_FAR *ppv); void __RPC_STUB ISgManager_SgBoard_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE ISgManager_PartScan_Proxy( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [out] */ IPartScan __RPC_FAR *__RPC_FAR *ppv); void __RPC_STUB ISgManager_PartScan_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE ISgManager_DriftManager_Proxy( ISgManager __RPC_FAR * This, /* [in] */ long DeviceNumber, /* [out] */ IDriftManager __RPC_FAR *__RPC_FAR *ppv); void __RPC_STUB ISgManager_DriftManager_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __ISgManager_INTERFACE_DEFINED__ */ #ifndef __EDAXSGSVCLib_LIBRARY_DEFINED__ #define __EDAXSGSVCLib_LIBRARY_DEFINED__ /* library EDAXSGSVCLib */ /* [helpstring][version][uuid] */ EXTERN_C const IID LIBID_EDAXSGSVCLib; EXTERN_C const CLSID CLSID_SgManager; #ifdef __cplusplus class DECLSPEC_UUID("B6E1527E-B590-4032-9909-C260B1A166C0") SgManager; #endif #endif /* __EDAXSGSVCLib_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif