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 19 15:36:37 1996
- */
- /* Compiler settings for lst33.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 __lst33_h__
- #define __lst33_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __ILst33_FWD_DEFINED__
- #define __ILst33_FWD_DEFINED__
- typedef interface ILst33 ILst33;
- #endif /* __ILst33_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 __ILst33_INTERFACE_DEFINED__
- #define __ILst33_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: ILst33
- * at Thu Sep 19 15:36:37 1996
- * using MIDL 3.00.41
- ****************************************/
- /* [unique][helpstring][uuid][object] */
-
-
-
- EXTERN_C const IID IID_ILst33;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface ILst33 : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE Lower(
- /* [string][in] */ LPSTR inputString,
- /* [string][out] */ LPSTR __RPC_FAR *pOutputString) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct ILst33Vtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- ILst33 __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- ILst33 __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- ILst33 __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Lower )(
- ILst33 __RPC_FAR * This,
- /* [string][in] */ LPSTR inputString,
- /* [string][out] */ LPSTR __RPC_FAR *pOutputString);
-
- END_INTERFACE
- } ILst33Vtbl;
-
- interface ILst33
- {
- CONST_VTBL struct ILst33Vtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define ILst33_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define ILst33_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define ILst33_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define ILst33_Lower(This,inputString,pOutputString) \
- (This)->lpVtbl -> Lower(This,inputString,pOutputString)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- HRESULT STDMETHODCALLTYPE ILst33_Lower_Proxy(
- ILst33 __RPC_FAR * This,
- /* [string][in] */ LPSTR inputString,
- /* [string][out] */ LPSTR __RPC_FAR *pOutputString);
-
-
- void __RPC_STUB ILst33_Lower_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __ILst33_INTERFACE_DEFINED__ */
-
-
-
- #ifndef __LST33Lib_LIBRARY_DEFINED__
- #define __LST33Lib_LIBRARY_DEFINED__
-
- /****************************************
- * Generated header for library: LST33Lib
- * at Thu Sep 19 15:36:37 1996
- * using MIDL 3.00.41
- ****************************************/
- /* [helpstring][version][uuid] */
-
-
-
- EXTERN_C const IID LIBID_LST33Lib;
-
- #ifdef __cplusplus
- EXTERN_C const CLSID CLSID_Lst33;
-
- class Lst33;
- #endif
- #endif /* __LST33Lib_LIBRARY_DEFINED__ */
-
- /* Additional Prototypes for ALL interfaces */
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-