📄 _dbserverattevent.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 Thu Nov 29 10:26:10 2001
*/
/* Compiler settings for _DbServerAttEvent.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 ___DbServerAttEvent_h__
#define ___DbServerAttEvent_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IDbObject_FWD_DEFINED__
#define __IDbObject_FWD_DEFINED__
typedef interface IDbObject IDbObject;
#endif /* __IDbObject_FWD_DEFINED__ */
#ifndef ___IDbObjectEvents_FWD_DEFINED__
#define ___IDbObjectEvents_FWD_DEFINED__
typedef interface _IDbObjectEvents _IDbObjectEvents;
#endif /* ___IDbObjectEvents_FWD_DEFINED__ */
#ifndef __CDbObject_FWD_DEFINED__
#define __CDbObject_FWD_DEFINED__
#ifdef __cplusplus
typedef class CDbObject CDbObject;
#else
typedef struct CDbObject CDbObject;
#endif /* __cplusplus */
#endif /* __CDbObject_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 * );
#ifndef __IDbObject_INTERFACE_DEFINED__
#define __IDbObject_INTERFACE_DEFINED__
/* interface IDbObject */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IDbObject;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("72FE835B-9DDF-4159-BBB7-F5700F0A0E57")
IDbObject : public IDispatch
{
public:
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE UpdateIndexes( void) = 0;
};
#else /* C style interface */
typedef struct IDbObjectVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IDbObject * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IDbObject * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IDbObject * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IDbObject * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IDbObject * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IDbObject * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IDbObject * 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 *UpdateIndexes )(
IDbObject * This);
END_INTERFACE
} IDbObjectVtbl;
interface IDbObject
{
CONST_VTBL struct IDbObjectVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IDbObject_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IDbObject_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IDbObject_Release(This) \
(This)->lpVtbl -> Release(This)
#define IDbObject_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IDbObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IDbObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IDbObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IDbObject_UpdateIndexes(This) \
(This)->lpVtbl -> UpdateIndexes(This)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDbObject_UpdateIndexes_Proxy(
IDbObject * This);
void __RPC_STUB IDbObject_UpdateIndexes_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IDbObject_INTERFACE_DEFINED__ */
#ifndef __DbServerAttEvent_LIBRARY_DEFINED__
#define __DbServerAttEvent_LIBRARY_DEFINED__
/* library DbServerAttEvent */
/* [helpstring][uuid][version] */
EXTERN_C const IID LIBID_DbServerAttEvent;
#ifndef ___IDbObjectEvents_DISPINTERFACE_DEFINED__
#define ___IDbObjectEvents_DISPINTERFACE_DEFINED__
/* dispinterface _IDbObjectEvents */
/* [helpstring][uuid] */
EXTERN_C const IID DIID__IDbObjectEvents;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("4E5C8AEC-0F6B-46A1-9451-FF8E3168AAA0")
_IDbObjectEvents : public IDispatch
{
};
#else /* C style interface */
typedef struct _IDbObjectEventsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
_IDbObjectEvents * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
_IDbObjectEvents * This);
ULONG ( STDMETHODCALLTYPE *Release )(
_IDbObjectEvents * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
_IDbObjectEvents * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
_IDbObjectEvents * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
_IDbObjectEvents * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
_IDbObjectEvents * 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);
END_INTERFACE
} _IDbObjectEventsVtbl;
interface _IDbObjectEvents
{
CONST_VTBL struct _IDbObjectEventsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define _IDbObjectEvents_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define _IDbObjectEvents_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define _IDbObjectEvents_Release(This) \
(This)->lpVtbl -> Release(This)
#define _IDbObjectEvents_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define _IDbObjectEvents_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define _IDbObjectEvents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define _IDbObjectEvents_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ___IDbObjectEvents_DISPINTERFACE_DEFINED__ */
EXTERN_C const CLSID CLSID_CDbObject;
#ifdef __cplusplus
class DECLSPEC_UUID("CB3F3AC4-DB2A-44C2-A2CC-8C024EA75617")
CDbObject;
#endif
#endif /* __DbServerAttEvent_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 + -