📄 _md5.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Sat Dec 17 00:51:40 2005
*/
/* Compiler settings for _MD5.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 ___MD5_h__
#define ___MD5_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IMD5Sum_FWD_DEFINED__
#define __IMD5Sum_FWD_DEFINED__
typedef interface IMD5Sum IMD5Sum;
#endif /* __IMD5Sum_FWD_DEFINED__ */
#ifndef __CMD5Sum_FWD_DEFINED__
#define __CMD5Sum_FWD_DEFINED__
#ifdef __cplusplus
typedef class CMD5Sum CMD5Sum;
#else
typedef struct CMD5Sum CMD5Sum;
#endif /* __cplusplus */
#endif /* __CMD5Sum_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 __IMD5Sum_INTERFACE_DEFINED__
#define __IMD5Sum_INTERFACE_DEFINED__
/* interface IMD5Sum */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IMD5Sum;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("04C460A5-7AB4-45BB-BAFF-619F49FA29AD")
IMD5Sum : public IDispatch
{
public:
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE MD5Sum(
/* [in] */ BSTR source,
/* [retval][out] */ BSTR *result) = 0;
};
#else /* C style interface */
typedef struct IMD5SumVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IMD5Sum * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IMD5Sum * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IMD5Sum * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IMD5Sum * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IMD5Sum * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IMD5Sum * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IMD5Sum * 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 *MD5Sum )(
IMD5Sum * This,
/* [in] */ BSTR source,
/* [retval][out] */ BSTR *result);
END_INTERFACE
} IMD5SumVtbl;
interface IMD5Sum
{
CONST_VTBL struct IMD5SumVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IMD5Sum_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IMD5Sum_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IMD5Sum_Release(This) \
(This)->lpVtbl -> Release(This)
#define IMD5Sum_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IMD5Sum_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IMD5Sum_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IMD5Sum_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IMD5Sum_MD5Sum(This,source,result) \
(This)->lpVtbl -> MD5Sum(This,source,result)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMD5Sum_MD5Sum_Proxy(
IMD5Sum * This,
/* [in] */ BSTR source,
/* [retval][out] */ BSTR *result);
void __RPC_STUB IMD5Sum_MD5Sum_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IMD5Sum_INTERFACE_DEFINED__ */
#ifndef __MD5_LIBRARY_DEFINED__
#define __MD5_LIBRARY_DEFINED__
/* library MD5 */
/* [helpstring][uuid][version] */
EXTERN_C const IID LIBID_MD5;
EXTERN_C const CLSID CLSID_CMD5Sum;
#ifdef __cplusplus
class DECLSPEC_UUID("158BA8C3-39F6-47EB-AC69-67D0A16CD401")
CMD5Sum;
#endif
#endif /* __MD5_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 + -