home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 3.01.75 */
- /* at Thu Jul 24 12:19:28 1997
- */
- /* Compiler settings for ProdInfo.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef COM_NO_WINDOWS_H
- #include "windows.h"
- #include "ole2.h"
- #endif /*COM_NO_WINDOWS_H*/
-
- #ifndef __ProdInfo_h__
- #define __ProdInfo_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __IProdLookUp_FWD_DEFINED__
- #define __IProdLookUp_FWD_DEFINED__
- typedef interface IProdLookUp IProdLookUp;
- #endif /* __IProdLookUp_FWD_DEFINED__ */
-
-
- #ifndef __ProdLookUp_FWD_DEFINED__
- #define __ProdLookUp_FWD_DEFINED__
-
- #ifdef __cplusplus
- typedef class ProdLookUp ProdLookUp;
- #else
- typedef struct ProdLookUp ProdLookUp;
- #endif /* __cplusplus */
-
- #endif /* __ProdLookUp_FWD_DEFINED__ */
-
-
- /* header files for imported files */
- #include "oaidl.h"
- #include "ocidl.h"
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
- #ifndef __IProdLookUp_INTERFACE_DEFINED__
- #define __IProdLookUp_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: IProdLookUp
- * at Thu Jul 24 12:19:28 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [unique][helpstring][dual][uuid][object] */
-
-
-
- EXTERN_C const IID IID_IProdLookUp;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("735D4AAE-03A3-11D1-858A-0080C7E28895")
- IProdLookUp : public IDispatch
- {
- public:
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Details(
- /* [in] */ UINT iType,
- /* [in] */ BSTR __RPC_FAR *pszDesc,
- /* [retval][out] */ BSTR __RPC_FAR *pszItem) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct IProdLookUpVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IProdLookUp __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IProdLookUp __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IProdLookUp __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ DISPID dispIdMember,
- /* [in] */ REFIID riid,
- /* [in] */ LCID lcid,
- /* [in] */ WORD wFlags,
- /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
- /* [out] */ VARIANT __RPC_FAR *pVarResult,
- /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
- /* [out] */ UINT __RPC_FAR *puArgErr);
-
- /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Details )(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ UINT iType,
- /* [in] */ BSTR __RPC_FAR *pszDesc,
- /* [retval][out] */ BSTR __RPC_FAR *pszItem);
-
- END_INTERFACE
- } IProdLookUpVtbl;
-
- interface IProdLookUp
- {
- CONST_VTBL struct IProdLookUpVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define IProdLookUp_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define IProdLookUp_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define IProdLookUp_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define IProdLookUp_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define IProdLookUp_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define IProdLookUp_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define IProdLookUp_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
-
- #define IProdLookUp_Details(This,iType,pszDesc,pszItem) \
- (This)->lpVtbl -> Details(This,iType,pszDesc,pszItem)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IProdLookUp_Details_Proxy(
- IProdLookUp __RPC_FAR * This,
- /* [in] */ UINT iType,
- /* [in] */ BSTR __RPC_FAR *pszDesc,
- /* [retval][out] */ BSTR __RPC_FAR *pszItem);
-
-
- void __RPC_STUB IProdLookUp_Details_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __IProdLookUp_INTERFACE_DEFINED__ */
-
-
-
- #ifndef __PRODINFOLib_LIBRARY_DEFINED__
- #define __PRODINFOLib_LIBRARY_DEFINED__
-
- /****************************************
- * Generated header for library: PRODINFOLib
- * at Thu Jul 24 12:19:28 1997
- * using MIDL 3.01.75
- ****************************************/
- /* [helpstring][version][uuid] */
-
-
-
- EXTERN_C const IID LIBID_PRODINFOLib;
-
- #ifdef __cplusplus
- EXTERN_C const CLSID CLSID_ProdLookUp;
-
- class DECLSPEC_UUID("735D4AAF-03A3-11D1-858A-0080C7E28895")
- ProdLookUp;
- #endif
- #endif /* __PRODINFOLib_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
-