home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 2.00.0102 */
- /* at Fri Sep 20 18:36:01 1996
- */
- //@@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 __lower_h__
- #define __lower_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __ILowerStr_FWD_DEFINED__
- #define __ILowerStr_FWD_DEFINED__
- typedef interface ILowerStr ILowerStr;
- #endif /* __ILowerStr_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 __ILowerStr_INTERFACE_DEFINED__
- #define __ILowerStr_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: ILowerStr
- * at Fri Sep 20 18:36:01 1996
- * using MIDL 2.00.0102
- ****************************************/
- /* [unique][uuid][object] */
-
-
-
- EXTERN_C const IID IID_ILowerStr;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface ILowerStr : public IUnknown
- {
- public:
- virtual HRESULT __stdcall Lower(
- /* [string][in] */ LPSTR inString,
- /* [string][out] */ LPSTR __RPC_FAR *outString) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct ILowerStrVtbl
- {
-
- HRESULT ( __stdcall __RPC_FAR *QueryInterface )(
- ILowerStr __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( __stdcall __RPC_FAR *AddRef )(
- ILowerStr __RPC_FAR * This);
-
- ULONG ( __stdcall __RPC_FAR *Release )(
- ILowerStr __RPC_FAR * This);
-
- HRESULT ( __stdcall __RPC_FAR *Lower )(
- ILowerStr __RPC_FAR * This,
- /* [string][in] */ LPSTR inString,
- /* [string][out] */ LPSTR __RPC_FAR *outString);
-
- } ILowerStrVtbl;
-
- interface ILowerStr
- {
- CONST_VTBL struct ILowerStrVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define ILowerStr_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define ILowerStr_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define ILowerStr_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define ILowerStr_Lower(This,inString,outString) \
- (This)->lpVtbl -> Lower(This,inString,outString)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- HRESULT __stdcall ILowerStr_Lower_Proxy(
- ILowerStr __RPC_FAR * This,
- /* [string][in] */ LPSTR inString,
- /* [string][out] */ LPSTR __RPC_FAR *outString);
-
-
- void __RPC_STUB ILowerStr_Lower_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __ILowerStr_INTERFACE_DEFINED__ */
-
-
- /* Additional Prototypes for ALL interfaces */
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-