📄 _highcontrol.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Sat Nov 25 06:33:47 2006
*/
/* Compiler settings for _HighControl.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 ___HighControl_h__
#define ___HighControl_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IHControl_FWD_DEFINED__
#define __IHControl_FWD_DEFINED__
typedef interface IHControl IHControl;
#endif /* __IHControl_FWD_DEFINED__ */
#ifndef ___IHControlEvents_FWD_DEFINED__
#define ___IHControlEvents_FWD_DEFINED__
typedef interface _IHControlEvents _IHControlEvents;
#endif /* ___IHControlEvents_FWD_DEFINED__ */
#ifndef __CHControl_FWD_DEFINED__
#define __CHControl_FWD_DEFINED__
#ifdef __cplusplus
typedef class CHControl CHControl;
#else
typedef struct CHControl CHControl;
#endif /* __cplusplus */
#endif /* __CHControl_FWD_DEFINED__ */
#ifndef __CSettingPropPage_FWD_DEFINED__
#define __CSettingPropPage_FWD_DEFINED__
#ifdef __cplusplus
typedef class CSettingPropPage CSettingPropPage;
#else
typedef struct CSettingPropPage CSettingPropPage;
#endif /* __cplusplus */
#endif /* __CSettingPropPage_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 __IHControl_INTERFACE_DEFINED__
#define __IHControl_INTERFACE_DEFINED__
/* interface IHControl */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IHControl;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("AE6A254D-AF8F-4FE4-B13E-0A858E7C6DC5")
IHControl : public IDispatch
{
public:
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_AutoSize(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_AutoSize(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_BackColor(
/* [in] */ OLE_COLOR clr) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_BackColor(
/* [retval][out] */ OLE_COLOR *pclr) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_BackStyle(
/* [in] */ long style) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_BackStyle(
/* [retval][out] */ long *pstyle) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_BorderColor(
/* [in] */ OLE_COLOR clr) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_BorderColor(
/* [retval][out] */ OLE_COLOR *pclr) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_FillColor(
/* [in] */ OLE_COLOR clr) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_FillColor(
/* [retval][out] */ OLE_COLOR *pclr) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_FillStyle(
/* [in] */ long style) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_FillStyle(
/* [retval][out] */ long *pstyle) = 0;
virtual /* [id][requestedit][bindable][propputref] */ HRESULT STDMETHODCALLTYPE putref_Font(
/* [in] */ IFontDisp *pFont) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_Font(
/* [in] */ IFontDisp *pFont) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_Font(
/* [retval][out] */ IFontDisp **ppFont) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_ForeColor(
/* [in] */ OLE_COLOR clr) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_ForeColor(
/* [retval][out] */ OLE_COLOR *pclr) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_Enabled(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_Enabled(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_TabStop(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_TabStop(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_Text(
/* [in] */ BSTR strText) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_Text(
/* [retval][out] */ BSTR *pstrText) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_BorderVisible(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_BorderVisible(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE put_Appearance(
/* [in] */ short nAppearance) = 0;
virtual /* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE get_Appearance(
/* [retval][out] */ short *pnAppearance) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_V1Value(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_V1Value(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_A1Value(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_A1Value(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_V2Value(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_V2Value(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_A2Value(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_A2Value(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DTJValue(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DTJValue(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_HHLValue(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_HHLValue(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_YWValue(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_YWValue(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_GZFS(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_GZFS(
/* [in] */ BSTR newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_BaoJing(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_BaoJing(
/* [in] */ BSTR newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UnitName(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_UnitName(
/* [in] */ BSTR newVal) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SendOver( void) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_VAState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_VAState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SwitchState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SwitchState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_KeepState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_KeepState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DownState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DownState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_CancelState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_CancelState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RemoteState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RemoteState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_WrongState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_WrongState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DetailState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DetailState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OperateLevel(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OperateLevel(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DisplayNow(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DisplayNow(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AutoState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_AutoState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_BtState(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_BtState(
/* [in] */ SHORT newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DrawBkColor(
/* [retval][out] */ OLE_COLOR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DrawBkColor(
/* [in] */ OLE_COLOR newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PressColor(
/* [retval][out] */ OLE_COLOR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_PressColor(
/* [in] */ OLE_COLOR newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FontSize(
/* [retval][out] */ SHORT *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FontSize(
/* [in] */ SHORT newVal) = 0;
};
#else /* C style interface */
typedef struct IHControlVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IHControl * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IHControl * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IHControl * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IHControl * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IHControl * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IHControl * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IHControl * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -