📄 _eventreceiver.h
字号:
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0342 */
/* at Sat Feb 16 20:31:15 2002
*/
/* Compiler settings for _EventReceiver.idl:
Os, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
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( )
/* 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 __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 ___EventReceiver_h__
#define ___EventReceiver_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IJW_FWD_DEFINED__
#define __IJW_FWD_DEFINED__
typedef interface IJW IJW;
#endif /* __IJW_FWD_DEFINED__ */
#ifndef __IBase_FWD_DEFINED__
#define __IBase_FWD_DEFINED__
typedef interface IBase IBase;
#endif /* __IBase_FWD_DEFINED__ */
#ifndef __IEvent_FWD_DEFINED__
#define __IEvent_FWD_DEFINED__
typedef interface IEvent IEvent;
#endif /* __IEvent_FWD_DEFINED__ */
#ifndef __IEvent2_FWD_DEFINED__
#define __IEvent2_FWD_DEFINED__
typedef interface IEvent2 IEvent2;
#endif /* __IEvent2_FWD_DEFINED__ */
#ifndef ____Impl_IEvent_FWD_DEFINED__
#define ____Impl_IEvent_FWD_DEFINED__
#ifdef __cplusplus
typedef class __Impl_IEvent __Impl_IEvent;
#else
typedef struct __Impl_IEvent __Impl_IEvent;
#endif /* __cplusplus */
#endif /* ____Impl_IEvent_FWD_DEFINED__ */
#ifndef ____Impl_IEvent2_FWD_DEFINED__
#define ____Impl_IEvent2_FWD_DEFINED__
#ifdef __cplusplus
typedef class __Impl_IEvent2 __Impl_IEvent2;
#else
typedef struct __Impl_IEvent2 __Impl_IEvent2;
#endif /* __cplusplus */
#endif /* ____Impl_IEvent2_FWD_DEFINED__ */
#ifndef ____Impl_N_IJW_FWD_DEFINED__
#define ____Impl_N_IJW_FWD_DEFINED__
#ifdef __cplusplus
typedef class __Impl_N_IJW __Impl_N_IJW;
#else
typedef struct __Impl_N_IJW __Impl_N_IJW;
#endif /* __cplusplus */
#endif /* ____Impl_N_IJW_FWD_DEFINED__ */
/* header files for imported files */
#include "mshtml.h"
#include "mshtmhst.h"
#include "objsafe.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf__EventReceiver_0000 */
/* [local] */
enum E
{ e = 17
} ;
struct S
{
int i;
int j;
} ;
extern RPC_IF_HANDLE __MIDL_itf__EventReceiver_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf__EventReceiver_0000_v0_0_s_ifspec;
#ifndef __IJW_INTERFACE_DEFINED__
#define __IJW_INTERFACE_DEFINED__
/* interface IJW */
/* [object][dual][uuid] */
EXTERN_C const IID IID_IJW;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("2276206B-DCD4-3AC6-8D8C-E49471833402")
IJW : public IDispatch
{
public:
virtual HRESULT STDMETHODCALLTYPE event1( void) = 0;
};
#else /* C style interface */
typedef struct IJWVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IJW * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IJW * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IJW * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IJW * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IJW * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IJW * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IJW * 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);
HRESULT ( STDMETHODCALLTYPE *event1 )(
IJW * This);
END_INTERFACE
} IJWVtbl;
interface IJW
{
CONST_VTBL struct IJWVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IJW_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IJW_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IJW_Release(This) \
(This)->lpVtbl -> Release(This)
#define IJW_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IJW_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IJW_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IJW_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IJW_event1(This) \
(This)->lpVtbl -> event1(This)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IJW_event1_Proxy(
IJW * This);
void __RPC_STUB IJW_event1_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IJW_INTERFACE_DEFINED__ */
#ifndef __IBase_INTERFACE_DEFINED__
#define __IBase_INTERFACE_DEFINED__
/* interface IBase */
/* [object][dual][uuid] */
EXTERN_C const IID IID_IBase;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("60B383C3-D0E5-345D-BEE8-A37FE7E2AE6B")
IBase : public IDispatch
{
public:
virtual HRESULT STDMETHODCALLTYPE doSomething( void) = 0;
};
#else /* C style interface */
typedef struct IBaseVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IBase * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IBase * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IBase * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IBase * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IBase * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IBase * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IBase * 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);
HRESULT ( STDMETHODCALLTYPE *doSomething )(
IBase * This);
END_INTERFACE
} IBaseVtbl;
interface IBase
{
CONST_VTBL struct IBaseVtbl *lpVtbl;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -