📄 _popupblocker.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Tue Aug 24 17:17:58 2004
*/
/* Compiler settings for _PopupBlocker.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 ___PopupBlocker_h__
#define ___PopupBlocker_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IDocEventHandler_FWD_DEFINED__
#define __IDocEventHandler_FWD_DEFINED__
typedef interface IDocEventHandler IDocEventHandler;
#endif /* __IDocEventHandler_FWD_DEFINED__ */
#ifndef __IPub_FWD_DEFINED__
#define __IPub_FWD_DEFINED__
typedef interface IPub IPub;
#endif /* __IPub_FWD_DEFINED__ */
#ifndef __IPubDomExtender_FWD_DEFINED__
#define __IPubDomExtender_FWD_DEFINED__
typedef interface IPubDomExtender IPubDomExtender;
#endif /* __IPubDomExtender_FWD_DEFINED__ */
#ifndef __IWindowEventHandler_FWD_DEFINED__
#define __IWindowEventHandler_FWD_DEFINED__
typedef interface IWindowEventHandler IWindowEventHandler;
#endif /* __IWindowEventHandler_FWD_DEFINED__ */
#ifndef __CDocEventHandler_FWD_DEFINED__
#define __CDocEventHandler_FWD_DEFINED__
#ifdef __cplusplus
typedef class CDocEventHandler CDocEventHandler;
#else
typedef struct CDocEventHandler CDocEventHandler;
#endif /* __cplusplus */
#endif /* __CDocEventHandler_FWD_DEFINED__ */
#ifndef __CPub_FWD_DEFINED__
#define __CPub_FWD_DEFINED__
#ifdef __cplusplus
typedef class CPub CPub;
#else
typedef struct CPub CPub;
#endif /* __cplusplus */
#endif /* __CPub_FWD_DEFINED__ */
#ifndef __CPubDomExtender_FWD_DEFINED__
#define __CPubDomExtender_FWD_DEFINED__
#ifdef __cplusplus
typedef class CPubDomExtender CPubDomExtender;
#else
typedef struct CPubDomExtender CPubDomExtender;
#endif /* __cplusplus */
#endif /* __CPubDomExtender_FWD_DEFINED__ */
#ifndef __CWindowEventHandler_FWD_DEFINED__
#define __CWindowEventHandler_FWD_DEFINED__
#ifdef __cplusplus
typedef class CWindowEventHandler CWindowEventHandler;
#else
typedef struct CWindowEventHandler CWindowEventHandler;
#endif /* __cplusplus */
#endif /* __CWindowEventHandler_FWD_DEFINED__ */
/* header files for imported files */
#include "prsht.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "exdisp.h"
#include "objsafe.h"
#include "shldisp.h"
#include "shobjidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __IDocEventHandler_INTERFACE_DEFINED__
#define __IDocEventHandler_INTERFACE_DEFINED__
/* interface IDocEventHandler */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IDocEventHandler;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("B1E68D42-02C4-465B-8368-5ED9B732E22D")
IDocEventHandler : public IDispatch
{
public:
};
#else /* C style interface */
typedef struct IDocEventHandlerVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IDocEventHandler * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IDocEventHandler * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IDocEventHandler * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IDocEventHandler * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IDocEventHandler * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IDocEventHandler * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IDocEventHandler * 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
} IDocEventHandlerVtbl;
interface IDocEventHandler
{
CONST_VTBL struct IDocEventHandlerVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IDocEventHandler_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IDocEventHandler_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IDocEventHandler_Release(This) \
(This)->lpVtbl -> Release(This)
#define IDocEventHandler_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IDocEventHandler_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IDocEventHandler_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IDocEventHandler_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 /* __IDocEventHandler_INTERFACE_DEFINED__ */
#ifndef __IPub_INTERFACE_DEFINED__
#define __IPub_INTERFACE_DEFINED__
/* interface IPub */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IPub;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("6C51F7E9-8542-4F25-A30F-2060157752E1")
IPub : public IDispatch
{
public:
};
#else /* C style interface */
typedef struct IPubVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IPub * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IPub * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IPub * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IPub * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IPub * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IPub * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IPub * 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
} IPubVtbl;
interface IPub
{
CONST_VTBL struct IPubVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IPub_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IPub_AddRef(This) \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -