📄 _invoker.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Mon Feb 23 01:18:16 2009
*/
/* Compiler settings for _Invoker.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 ___Invoker_h__
#define ___Invoker_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IBroker_FWD_DEFINED__
#define __IBroker_FWD_DEFINED__
typedef interface IBroker IBroker;
#endif /* __IBroker_FWD_DEFINED__ */
#ifndef __CBroker_FWD_DEFINED__
#define __CBroker_FWD_DEFINED__
#ifdef __cplusplus
typedef class CBroker CBroker;
#else
typedef struct CBroker CBroker;
#endif /* __cplusplus */
#endif /* __CBroker_FWD_DEFINED__ */
/* header files for imported files */
#include "prsht.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "exdisp.h"
#include "objsafe.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __IBroker_INTERFACE_DEFINED__
#define __IBroker_INTERFACE_DEFINED__
/* interface IBroker */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IBroker;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("E343F7BD-0953-4CBE-AE60-B9FCC9462B6A")
IBroker : public IDispatch
{
public:
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE encode(
/* [in] */ BSTR key,
/* [in] */ BSTR data,
/* [retval][out] */ BSTR *result) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE decode(
/* [in] */ LONG data,
/* [retval][out] */ LONG *result) = 0;
};
#else /* C style interface */
typedef struct IBrokerVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IBroker * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IBroker * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IBroker * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IBroker * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IBroker * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IBroker * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IBroker * 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 *encode )(
IBroker * This,
/* [in] */ BSTR key,
/* [in] */ BSTR data,
/* [retval][out] */ BSTR *result);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *decode )(
IBroker * This,
/* [in] */ LONG data,
/* [retval][out] */ LONG *result);
END_INTERFACE
} IBrokerVtbl;
interface IBroker
{
CONST_VTBL struct IBrokerVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IBroker_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IBroker_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IBroker_Release(This) \
(This)->lpVtbl -> Release(This)
#define IBroker_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IBroker_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IBroker_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IBroker_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IBroker_encode(This,key,data,result) \
(This)->lpVtbl -> encode(This,key,data,result)
#define IBroker_decode(This,data,result) \
(This)->lpVtbl -> decode(This,data,result)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IBroker_encode_Proxy(
IBroker * This,
/* [in] */ BSTR key,
/* [in] */ BSTR data,
/* [retval][out] */ BSTR *result);
void __RPC_STUB IBroker_encode_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IBroker_decode_Proxy(
IBroker * This,
/* [in] */ LONG data,
/* [retval][out] */ LONG *result);
void __RPC_STUB IBroker_decode_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IBroker_INTERFACE_DEFINED__ */
#ifndef __Invoker_LIBRARY_DEFINED__
#define __Invoker_LIBRARY_DEFINED__
/* library Invoker */
/* [helpstring][uuid][version] */
EXTERN_C const IID LIBID_Invoker;
EXTERN_C const CLSID CLSID_CBroker;
#ifdef __cplusplus
class DECLSPEC_UUID("025D0A0F-CE6F-4766-AABD-853A1D5C1528")
CBroker;
#endif
#endif /* __Invoker_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -