home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 3.00.41 */
- /* at Thu Sep 26 23:38:20 1996
- */
- /* Compiler settings for lst44.idl:
- Os (OptLev=s), 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 __lst44_h__
- #define __lst44_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __ILst44_FWD_DEFINED__
- #define __ILst44_FWD_DEFINED__
- typedef interface ILst44 ILst44;
- #endif /* __ILst44_FWD_DEFINED__ */
-
-
- /* header files for imported files */
- #include "oaidl.h"
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
- #ifndef __ILst44_INTERFACE_DEFINED__
- #define __ILst44_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: ILst44
- * at Thu Sep 26 23:38:20 1996
- * using MIDL 3.00.41
- ****************************************/
- /* [unique][uuid][object] */
-
-
-
- EXTERN_C const IID IID_ILst44;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface ILst44 : public IDispatch
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetMachineName(
- /* [retval][out] */ BSTR __RPC_FAR *retval) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct ILst44Vtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- ILst44 __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- ILst44 __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- ILst44 __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- ILst44 __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- ILst44 __RPC_FAR * This,
- /* [in] */ UINT itinfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *pptinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- ILst44 __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out][in] */ DISPID __RPC_FAR *rgdispid);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
- ILst44 __RPC_FAR * This,
- /* [in] */ DISPID dispidMember,
- /* [in] */ REFIID riid,
- /* [in] */ LCID lcid,
- /* [in] */ WORD wFlags,
- /* [unique][in] */ DISPPARAMS __RPC_FAR *pdispparams,
- /* [unique][out][in] */ VARIANT __RPC_FAR *pvarResult,
- /* [out] */ EXCEPINFO __RPC_FAR *pexcepinfo,
- /* [out] */ UINT __RPC_FAR *puArgErr);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetMachineName )(
- ILst44 __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *retval);
-
- END_INTERFACE
- } ILst44Vtbl;
-
- interface ILst44
- {
- CONST_VTBL struct ILst44Vtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define ILst44_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define ILst44_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define ILst44_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define ILst44_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define ILst44_GetTypeInfo(This,itinfo,lcid,pptinfo) \
- (This)->lpVtbl -> GetTypeInfo(This,itinfo,lcid,pptinfo)
-
- #define ILst44_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgdispid) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgdispid)
-
- #define ILst44_Invoke(This,dispidMember,riid,lcid,wFlags,pdispparams,pvarResult,pexcepinfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispidMember,riid,lcid,wFlags,pdispparams,pvarResult,pexcepinfo,puArgErr)
-
-
- #define ILst44_GetMachineName(This,retval) \
- (This)->lpVtbl -> GetMachineName(This,retval)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- HRESULT STDMETHODCALLTYPE ILst44_GetMachineName_Proxy(
- ILst44 __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *retval);
-
-
- void __RPC_STUB ILst44_GetMachineName_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __ILst44_INTERFACE_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
-