| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 | /* 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 <rpcndr.h> 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 <rpcndr.h>#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 __cplusplusextern "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 __cplusplustypedef class SgManager SgManager;#elsetypedef 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 __cplusplusclass 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
 |