home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
PREX102
/
PrEx102.lzh
/
Src.lzh
/
ProjExpTypes.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-02-23
|
7KB
|
228 lines
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Feb 24 21:18:16 2001
*/
/* Compiler settings for D:\My Documents\Visual Studio\ATL\ProjectExplorer\ProjExp.odl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> 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 __ProjExpTypes_h__
#define __ProjExpTypes_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
#ifndef __ICommands_FWD_DEFINED__
#define __ICommands_FWD_DEFINED__
typedef interface ICommands ICommands;
#endif /* __ICommands_FWD_DEFINED__ */
#ifndef __Commands_FWD_DEFINED__
#define __Commands_FWD_DEFINED__
#ifdef __cplusplus
typedef class Commands Commands;
#else
typedef struct Commands Commands;
#endif /* __cplusplus */
#endif /* __Commands_FWD_DEFINED__ */
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __ProjExp_LIBRARY_DEFINED__
#define __ProjExp_LIBRARY_DEFINED__
/* library ProjExp */
/* [helpstring][version][uuid] */
DEFINE_GUID(LIBID_ProjExp,0x6000B8C1,0xC8C8,0x483A,0xBE,0xEF,0x9E,0x3E,0x97,0x6A,0x64,0xF8);
#ifndef __ICommands_INTERFACE_DEFINED__
#define __ICommands_INTERFACE_DEFINED__
/* interface ICommands */
/* [object][dual][oleautomation][uuid] */
DEFINE_GUID(IID_ICommands,0x090A77D1,0xBA18,0x4295,0x90,0x0D,0x83,0x23,0xAD,0x34,0xA2,0x8D);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("090A77D1-BA18-4295-900D-8323AD34A28D")
ICommands : public IDispatch
{
public:
virtual /* [id] */ HRESULT STDMETHODCALLTYPE ProjExpCommandMethod( void) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ProjExpSpCommandMethod( void) = 0;
};
#else /* C style interface */
typedef struct ICommandsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
ICommands __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
ICommands __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
ICommands __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
ICommands __RPC_FAR * This,
/* [out] */ UINT __RPC_FAR *pctinfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
ICommands __RPC_FAR * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
ICommands __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 )(
ICommands __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);
/* [id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ProjExpCommandMethod )(
ICommands __RPC_FAR * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ProjExpSpCommandMethod )(
ICommands __RPC_FAR * This);
END_INTERFACE
} ICommandsVtbl;
interface ICommands
{
CONST_VTBL struct ICommandsVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ICommands_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ICommands_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ICommands_Release(This) \
(This)->lpVtbl -> Release(This)
#define ICommands_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ICommands_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ICommands_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ICommands_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ICommands_ProjExpCommandMethod(This) \
(This)->lpVtbl -> ProjExpCommandMethod(This)
#define ICommands_ProjExpSpCommandMethod(This) \
(This)->lpVtbl -> ProjExpSpCommandMethod(This)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [id] */ HRESULT STDMETHODCALLTYPE ICommands_ProjExpCommandMethod_Proxy(
ICommands __RPC_FAR * This);
void __RPC_STUB ICommands_ProjExpCommandMethod_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICommands_ProjExpSpCommandMethod_Proxy(
ICommands __RPC_FAR * This);
void __RPC_STUB ICommands_ProjExpSpCommandMethod_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ICommands_INTERFACE_DEFINED__ */
DEFINE_GUID(CLSID_Commands,0x743E2D9A,0x38C1,0x4A56,0x85,0x83,0x30,0xDE,0x8E,0xBC,0xC1,0x75);
#ifdef __cplusplus
class DECLSPEC_UUID("743E2D9A-38C1-4A56-8583-30DE8EBCC175")
Commands;
#endif
#endif /* __ProjExp_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif