#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0347 */ /* at Fri Jun 20 17:29:41 2003 */ /* Compiler settings for XCrate.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext 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( ) /* 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 __XCrate_h__ #define __XCrate_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __ICrate_FWD_DEFINED__ #define __ICrate_FWD_DEFINED__ typedef interface ICrate ICrate; #endif /* __ICrate_FWD_DEFINED__ */ #ifndef __ILAMEvent_FWD_DEFINED__ #define __ILAMEvent_FWD_DEFINED__ typedef interface ILAMEvent ILAMEvent; #endif /* __ILAMEvent_FWD_DEFINED__ */ #ifndef __Crate_FWD_DEFINED__ #define __Crate_FWD_DEFINED__ #ifdef __cplusplus typedef class Crate Crate; #else typedef struct Crate Crate; #endif /* __cplusplus */ #endif /* __Crate_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #ifdef __cplusplus extern "C"{ #endif void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * ); #ifndef __ICrate_INTERFACE_DEFINED__ #define __ICrate_INTERFACE_DEFINED__ /* interface ICrate */ /* [unique][helpstring][nonextensible][dual][uuid][object] */ EXTERN_C const IID IID_ICrate; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("A9C0ED90-53C6-436E-B973-73BB5ED246C2") ICrate : public IDispatch { public: virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE WriteWord( /* [in] */ int posN, /* [in] */ int subA, /* [in] */ short data) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Open( /* [in] */ int CardN, /* [in] */ int CrateN) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Close( void) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ReadWord( /* [in] */ int posN, /* [in] */ int subA, /* [retval][out] */ short *data) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_status( /* [retval][out] */ short *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_X( /* [retval][out] */ BOOL *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Q( /* [retval][out] */ BOOL *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LAMEnabled( /* [retval][out] */ BOOL *pVal) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LAMEnabled( /* [in] */ BOOL newVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_error( /* [retval][out] */ BOOL *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_str_error( /* [retval][out] */ BSTR *pVal) = 0; }; #else /* C style interface */ typedef struct ICrateVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( ICrate * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( ICrate * This); ULONG ( STDMETHODCALLTYPE *Release )( ICrate * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( ICrate * This, /* [out] */ UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( ICrate * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( ICrate * This, /* [in] */ REFIID riid, /* [size_is][in] */ LPOLESTR *rgszNames, /* [in] */ UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( ICrate * This, /* [in] */ DISPID dispIdMember, /* [in] */ REFIID riid, /* [in] */ LCID lcid, /* [in] */ WORD wFlags, /* [out][in] */ DISPPARAMS *pDispParams, /* [out] */ VARIANT *pVarResult, /* [out] */ EXCEPINFO *pExcepInfo, /* [out] */ UINT *puArgErr); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *WriteWord )( ICrate * This, /* [in] */ int posN, /* [in] */ int subA, /* [in] */ short data); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Open )( ICrate * This, /* [in] */ int CardN, /* [in] */ int CrateN); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Close )( ICrate * This); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ReadWord )( ICrate * This, /* [in] */ int posN, /* [in] */ int subA, /* [retval][out] */ short *data); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_status )( ICrate * This, /* [retval][out] */ short *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_X )( ICrate * This, /* [retval][out] */ BOOL *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Q )( ICrate * This, /* [retval][out] */ BOOL *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LAMEnabled )( ICrate * This, /* [retval][out] */ BOOL *pVal); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LAMEnabled )( ICrate * This, /* [in] */ BOOL newVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_error )( ICrate * This, /* [retval][out] */ BOOL *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_str_error )( ICrate * This, /* [retval][out] */ BSTR *pVal); END_INTERFACE } ICrateVtbl; interface ICrate { CONST_VTBL struct ICrateVtbl *lpVtbl; }; #ifdef COBJMACROS #define ICrate_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define ICrate_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define ICrate_Release(This) \ (This)->lpVtbl -> Release(This) #define ICrate_GetTypeInfoCount(This,pctinfo) \ (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) #define ICrate_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) #define ICrate_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) #define ICrate_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) #define ICrate_WriteWord(This,posN,subA,data) \ (This)->lpVtbl -> WriteWord(This,posN,subA,data) #define ICrate_Open(This,CardN,CrateN) \ (This)->lpVtbl -> Open(This,CardN,CrateN) #define ICrate_Close(This) \ (This)->lpVtbl -> Close(This) #define ICrate_ReadWord(This,posN,subA,data) \ (This)->lpVtbl -> ReadWord(This,posN,subA,data) #define ICrate_get_status(This,pVal) \ (This)->lpVtbl -> get_status(This,pVal) #define ICrate_get_X(This,pVal) \ (This)->lpVtbl -> get_X(This,pVal) #define ICrate_get_Q(This,pVal) \ (This)->lpVtbl -> get_Q(This,pVal) #define ICrate_get_LAMEnabled(This,pVal) \ (This)->lpVtbl -> get_LAMEnabled(This,pVal) #define ICrate_put_LAMEnabled(This,newVal) \ (This)->lpVtbl -> put_LAMEnabled(This,newVal) #define ICrate_get_error(This,pVal) \ (This)->lpVtbl -> get_error(This,pVal) #define ICrate_get_str_error(This,pVal) \ (This)->lpVtbl -> get_str_error(This,pVal) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrate_WriteWord_Proxy( ICrate * This, /* [in] */ int posN, /* [in] */ int subA, /* [in] */ short data); void __RPC_STUB ICrate_WriteWord_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrate_Open_Proxy( ICrate * This, /* [in] */ int CardN, /* [in] */ int CrateN); void __RPC_STUB ICrate_Open_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrate_Close_Proxy( ICrate * This); void __RPC_STUB ICrate_Close_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrate_ReadWord_Proxy( ICrate * This, /* [in] */ int posN, /* [in] */ int subA, /* [retval][out] */ short *data); void __RPC_STUB ICrate_ReadWord_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_status_Proxy( ICrate * This, /* [retval][out] */ short *pVal); void __RPC_STUB ICrate_get_status_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_X_Proxy( ICrate * This, /* [retval][out] */ BOOL *pVal); void __RPC_STUB ICrate_get_X_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_Q_Proxy( ICrate * This, /* [retval][out] */ BOOL *pVal); void __RPC_STUB ICrate_get_Q_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_LAMEnabled_Proxy( ICrate * This, /* [retval][out] */ BOOL *pVal); void __RPC_STUB ICrate_get_LAMEnabled_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ICrate_put_LAMEnabled_Proxy( ICrate * This, /* [in] */ BOOL newVal); void __RPC_STUB ICrate_put_LAMEnabled_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_error_Proxy( ICrate * This, /* [retval][out] */ BOOL *pVal); void __RPC_STUB ICrate_get_error_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ICrate_get_str_error_Proxy( ICrate * This, /* [retval][out] */ BSTR *pVal); void __RPC_STUB ICrate_get_str_error_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __ICrate_INTERFACE_DEFINED__ */ #ifndef __XCrateLib_LIBRARY_DEFINED__ #define __XCrateLib_LIBRARY_DEFINED__ /* library XCrateLib */ /* [helpstring][version][uuid] */ EXTERN_C const IID LIBID_XCrateLib; #ifndef __ILAMEvent_DISPINTERFACE_DEFINED__ #define __ILAMEvent_DISPINTERFACE_DEFINED__ /* dispinterface ILAMEvent */ /* [helpstring][uuid] */ EXTERN_C const IID DIID_ILAMEvent; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("581307D4-6118-4c48-A378-C78DEC86678F") ILAMEvent : public IDispatch { }; #else /* C style interface */ typedef struct ILAMEventVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( ILAMEvent * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( ILAMEvent * This); ULONG ( STDMETHODCALLTYPE *Release )( ILAMEvent * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( ILAMEvent * This, /* [out] */ UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( ILAMEvent * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( ILAMEvent * This, /* [in] */ REFIID riid, /* [size_is][in] */ LPOLESTR *rgszNames, /* [in] */ UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( ILAMEvent * This, /* [in] */ DISPID dispIdMember, /* [in] */ REFIID riid, /* [in] */ LCID lcid, /* [in] */ WORD wFlags, /* [out][in] */ DISPPARAMS *pDispParams, /* [out] */ VARIANT *pVarResult, /* [out] */ EXCEPINFO *pExcepInfo, /* [out] */ UINT *puArgErr); END_INTERFACE } ILAMEventVtbl; interface ILAMEvent { CONST_VTBL struct ILAMEventVtbl *lpVtbl; }; #ifdef COBJMACROS #define ILAMEvent_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define ILAMEvent_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define ILAMEvent_Release(This) \ (This)->lpVtbl -> Release(This) #define ILAMEvent_GetTypeInfoCount(This,pctinfo) \ (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) #define ILAMEvent_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) #define ILAMEvent_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) #define ILAMEvent_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 /* __ILAMEvent_DISPINTERFACE_DEFINED__ */ EXTERN_C const CLSID CLSID_Crate; #ifdef __cplusplus class DECLSPEC_UUID("C29605F6-CE5A-4D7A-884E-F20B5B83D19C") Crate; #endif #endif /* __XCrateLib_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * ); unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * ); unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * ); /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif