📄 channelhook.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 5.02.0235 */
/* at Mon Aug 02 16:22:31 1999
*/
/* Compiler settings for ..\channelhook.idl:
Os (OptLev=s), W1, Zp8, env=Win32 (32b run), 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 __channelhook_h__
#define __channelhook_h__
/* Forward Declarations */
#ifndef __IClientInfo_FWD_DEFINED__
#define __IClientInfo_FWD_DEFINED__
typedef interface IClientInfo IClientInfo;
#endif /* __IClientInfo_FWD_DEFINED__ */
#ifndef __IClientInfo_FWD_DEFINED__
#define __IClientInfo_FWD_DEFINED__
typedef interface IClientInfo IClientInfo;
#endif /* __IClientInfo_FWD_DEFINED__ */
#ifndef __ClientChannelHook_FWD_DEFINED__
#define __ClientChannelHook_FWD_DEFINED__
#ifdef __cplusplus
typedef class ClientChannelHook ClientChannelHook;
#else
typedef struct ClientChannelHook ClientChannelHook;
#endif /* __cplusplus */
#endif /* __ClientChannelHook_FWD_DEFINED__ */
/* header files for imported files */
#include "unknwn.h"
#ifdef __cplusplus
extern "C"{
#endif
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __IClientInfo_INTERFACE_DEFINED__
#define __IClientInfo_INTERFACE_DEFINED__
/* interface IClientInfo */
/* [uuid][object] */
EXTERN_C const IID IID_IClientInfo;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("11000001-0000-0000-0000-000000000001")
IClientInfo : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetClientComputerName(
/* [string][out] */ BSTR __RPC_FAR *bstr) = 0;
};
#else /* C style interface */
typedef struct IClientInfoVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IClientInfo __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IClientInfo __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IClientInfo __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetClientComputerName )(
IClientInfo __RPC_FAR * This,
/* [string][out] */ BSTR __RPC_FAR *bstr);
END_INTERFACE
} IClientInfoVtbl;
interface IClientInfo
{
CONST_VTBL struct IClientInfoVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IClientInfo_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IClientInfo_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IClientInfo_Release(This) \
(This)->lpVtbl -> Release(This)
#define IClientInfo_GetClientComputerName(This,bstr) \
(This)->lpVtbl -> GetClientComputerName(This,bstr)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IClientInfo_GetClientComputerName_Proxy(
IClientInfo __RPC_FAR * This,
/* [string][out] */ BSTR __RPC_FAR *bstr);
void __RPC_STUB IClientInfo_GetClientComputerName_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IClientInfo_INTERFACE_DEFINED__ */
#ifndef __ChannelHook_LIBRARY_DEFINED__
#define __ChannelHook_LIBRARY_DEFINED__
/* library ChannelHook */
/* [version][uuid] */
EXTERN_C const IID LIBID_ChannelHook;
EXTERN_C const CLSID CLSID_ClientChannelHook;
#ifdef __cplusplus
class DECLSPEC_UUID("11000002-0000-0000-0000-000000000001")
ClientChannelHook;
#endif
#endif /* __ChannelHook_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -