📄 simple10.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Thu Aug 25 00:38:26 2005
*/
/* Compiler settings for .\Simple10.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __Simple10_h__
#define __Simple10_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __ISimpleErr_FWD_DEFINED__
#define __ISimpleErr_FWD_DEFINED__
typedef interface ISimpleErr ISimpleErr;
#endif /* __ISimpleErr_FWD_DEFINED__ */
#ifndef __SimpleErr_FWD_DEFINED__
#define __SimpleErr_FWD_DEFINED__
#ifdef __cplusplus
typedef class SimpleErr SimpleErr;
#else
typedef struct SimpleErr SimpleErr;
#endif /* __cplusplus */
#endif /* __SimpleErr_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __ISimpleErr_INTERFACE_DEFINED__
#define __ISimpleErr_INTERFACE_DEFINED__
/* interface ISimpleErr */
/* [unique][helpstring][nonextensible][dual][uuid][object] */
EXTERN_C const IID IID_ISimpleErr;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("C7BDA8C8-B256-4048-A5B8-4E33CD1E7194")
ISimpleErr : public IDispatch
{
public:
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Div1(
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Div2(
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Div3(
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal) = 0;
};
#else /* C style interface */
typedef struct ISimpleErrVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ISimpleErr * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ISimpleErr * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ISimpleErr * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
ISimpleErr * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
ISimpleErr * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
ISimpleErr * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
ISimpleErr * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS *pDispParams,
/* [out] */ VARIANT *pVarResult,
/* [out] */ EXCEPINFO *pExcepInfo,
/* [out] */ UINT *puArgErr);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Div1 )(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Div2 )(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Div3 )(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
END_INTERFACE
} ISimpleErrVtbl;
interface ISimpleErr
{
CONST_VTBL struct ISimpleErrVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ISimpleErr_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISimpleErr_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISimpleErr_Release(This) \
(This)->lpVtbl -> Release(This)
#define ISimpleErr_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ISimpleErr_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ISimpleErr_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ISimpleErr_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ISimpleErr_Div1(This,n1,n2,pVal) \
(This)->lpVtbl -> Div1(This,n1,n2,pVal)
#define ISimpleErr_Div2(This,n1,n2,pVal) \
(This)->lpVtbl -> Div2(This,n1,n2,pVal)
#define ISimpleErr_Div3(This,n1,n2,pVal) \
(This)->lpVtbl -> Div3(This,n1,n2,pVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISimpleErr_Div1_Proxy(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
void __RPC_STUB ISimpleErr_Div1_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISimpleErr_Div2_Proxy(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
void __RPC_STUB ISimpleErr_Div2_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISimpleErr_Div3_Proxy(
ISimpleErr * This,
/* [in] */ LONG n1,
/* [in] */ LONG n2,
/* [retval][out] */ LONG *pVal);
void __RPC_STUB ISimpleErr_Div3_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ISimpleErr_INTERFACE_DEFINED__ */
#ifndef __Simple10Lib_LIBRARY_DEFINED__
#define __Simple10Lib_LIBRARY_DEFINED__
/* library Simple10Lib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_Simple10Lib;
EXTERN_C const CLSID CLSID_SimpleErr;
#ifdef __cplusplus
class DECLSPEC_UUID("57A262F0-E591-4845-90EF-C455E6B59CF6")
SimpleErr;
#endif
#endif /* __Simple10Lib_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -