⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _highcontrol.h

📁 控件形式的DLL
💻 H
📖 第 1 页 / 共 5 页
字号:
#define IHControl_putref_Font(This,pFont)	\
    (This)->lpVtbl -> putref_Font(This,pFont)

#define IHControl_put_Font(This,pFont)	\
    (This)->lpVtbl -> put_Font(This,pFont)

#define IHControl_get_Font(This,ppFont)	\
    (This)->lpVtbl -> get_Font(This,ppFont)

#define IHControl_put_ForeColor(This,clr)	\
    (This)->lpVtbl -> put_ForeColor(This,clr)

#define IHControl_get_ForeColor(This,pclr)	\
    (This)->lpVtbl -> get_ForeColor(This,pclr)

#define IHControl_put_Enabled(This,vbool)	\
    (This)->lpVtbl -> put_Enabled(This,vbool)

#define IHControl_get_Enabled(This,pbool)	\
    (This)->lpVtbl -> get_Enabled(This,pbool)

#define IHControl_put_TabStop(This,vbool)	\
    (This)->lpVtbl -> put_TabStop(This,vbool)

#define IHControl_get_TabStop(This,pbool)	\
    (This)->lpVtbl -> get_TabStop(This,pbool)

#define IHControl_put_Text(This,strText)	\
    (This)->lpVtbl -> put_Text(This,strText)

#define IHControl_get_Text(This,pstrText)	\
    (This)->lpVtbl -> get_Text(This,pstrText)

#define IHControl_put_BorderVisible(This,vbool)	\
    (This)->lpVtbl -> put_BorderVisible(This,vbool)

#define IHControl_get_BorderVisible(This,pbool)	\
    (This)->lpVtbl -> get_BorderVisible(This,pbool)

#define IHControl_put_Appearance(This,nAppearance)	\
    (This)->lpVtbl -> put_Appearance(This,nAppearance)

#define IHControl_get_Appearance(This,pnAppearance)	\
    (This)->lpVtbl -> get_Appearance(This,pnAppearance)

#define IHControl_get_V1Value(This,pVal)	\
    (This)->lpVtbl -> get_V1Value(This,pVal)

#define IHControl_put_V1Value(This,newVal)	\
    (This)->lpVtbl -> put_V1Value(This,newVal)

#define IHControl_get_A1Value(This,pVal)	\
    (This)->lpVtbl -> get_A1Value(This,pVal)

#define IHControl_put_A1Value(This,newVal)	\
    (This)->lpVtbl -> put_A1Value(This,newVal)

#define IHControl_get_V2Value(This,pVal)	\
    (This)->lpVtbl -> get_V2Value(This,pVal)

#define IHControl_put_V2Value(This,newVal)	\
    (This)->lpVtbl -> put_V2Value(This,newVal)

#define IHControl_get_A2Value(This,pVal)	\
    (This)->lpVtbl -> get_A2Value(This,pVal)

#define IHControl_put_A2Value(This,newVal)	\
    (This)->lpVtbl -> put_A2Value(This,newVal)

#define IHControl_get_DTJValue(This,pVal)	\
    (This)->lpVtbl -> get_DTJValue(This,pVal)

#define IHControl_put_DTJValue(This,newVal)	\
    (This)->lpVtbl -> put_DTJValue(This,newVal)

#define IHControl_get_HHLValue(This,pVal)	\
    (This)->lpVtbl -> get_HHLValue(This,pVal)

#define IHControl_put_HHLValue(This,newVal)	\
    (This)->lpVtbl -> put_HHLValue(This,newVal)

#define IHControl_get_YWValue(This,pVal)	\
    (This)->lpVtbl -> get_YWValue(This,pVal)

#define IHControl_put_YWValue(This,newVal)	\
    (This)->lpVtbl -> put_YWValue(This,newVal)

#define IHControl_get_GZFS(This,pVal)	\
    (This)->lpVtbl -> get_GZFS(This,pVal)

#define IHControl_put_GZFS(This,newVal)	\
    (This)->lpVtbl -> put_GZFS(This,newVal)

#define IHControl_get_BaoJing(This,pVal)	\
    (This)->lpVtbl -> get_BaoJing(This,pVal)

#define IHControl_put_BaoJing(This,newVal)	\
    (This)->lpVtbl -> put_BaoJing(This,newVal)

#define IHControl_get_UnitName(This,pVal)	\
    (This)->lpVtbl -> get_UnitName(This,pVal)

#define IHControl_put_UnitName(This,newVal)	\
    (This)->lpVtbl -> put_UnitName(This,newVal)

#define IHControl_SendOver(This)	\
    (This)->lpVtbl -> SendOver(This)

#define IHControl_get_VAState(This,pVal)	\
    (This)->lpVtbl -> get_VAState(This,pVal)

#define IHControl_put_VAState(This,newVal)	\
    (This)->lpVtbl -> put_VAState(This,newVal)

#define IHControl_get_SwitchState(This,pVal)	\
    (This)->lpVtbl -> get_SwitchState(This,pVal)

#define IHControl_put_SwitchState(This,newVal)	\
    (This)->lpVtbl -> put_SwitchState(This,newVal)

#define IHControl_get_KeepState(This,pVal)	\
    (This)->lpVtbl -> get_KeepState(This,pVal)

#define IHControl_put_KeepState(This,newVal)	\
    (This)->lpVtbl -> put_KeepState(This,newVal)

#define IHControl_get_DownState(This,pVal)	\
    (This)->lpVtbl -> get_DownState(This,pVal)

#define IHControl_put_DownState(This,newVal)	\
    (This)->lpVtbl -> put_DownState(This,newVal)

#define IHControl_get_CancelState(This,pVal)	\
    (This)->lpVtbl -> get_CancelState(This,pVal)

#define IHControl_put_CancelState(This,newVal)	\
    (This)->lpVtbl -> put_CancelState(This,newVal)

#define IHControl_get_RemoteState(This,pVal)	\
    (This)->lpVtbl -> get_RemoteState(This,pVal)

#define IHControl_put_RemoteState(This,newVal)	\
    (This)->lpVtbl -> put_RemoteState(This,newVal)

#define IHControl_get_WrongState(This,pVal)	\
    (This)->lpVtbl -> get_WrongState(This,pVal)

#define IHControl_put_WrongState(This,newVal)	\
    (This)->lpVtbl -> put_WrongState(This,newVal)

#define IHControl_get_DetailState(This,pVal)	\
    (This)->lpVtbl -> get_DetailState(This,pVal)

#define IHControl_put_DetailState(This,newVal)	\
    (This)->lpVtbl -> put_DetailState(This,newVal)

#define IHControl_get_OperateLevel(This,pVal)	\
    (This)->lpVtbl -> get_OperateLevel(This,pVal)

#define IHControl_put_OperateLevel(This,newVal)	\
    (This)->lpVtbl -> put_OperateLevel(This,newVal)

#define IHControl_get_DisplayNow(This,pVal)	\
    (This)->lpVtbl -> get_DisplayNow(This,pVal)

#define IHControl_put_DisplayNow(This,newVal)	\
    (This)->lpVtbl -> put_DisplayNow(This,newVal)

#define IHControl_get_AutoState(This,pVal)	\
    (This)->lpVtbl -> get_AutoState(This,pVal)

#define IHControl_put_AutoState(This,newVal)	\
    (This)->lpVtbl -> put_AutoState(This,newVal)

#define IHControl_get_BtState(This,pVal)	\
    (This)->lpVtbl -> get_BtState(This,pVal)

#define IHControl_put_BtState(This,newVal)	\
    (This)->lpVtbl -> put_BtState(This,newVal)

#define IHControl_get_DrawBkColor(This,pVal)	\
    (This)->lpVtbl -> get_DrawBkColor(This,pVal)

#define IHControl_put_DrawBkColor(This,newVal)	\
    (This)->lpVtbl -> put_DrawBkColor(This,newVal)

#define IHControl_get_PressColor(This,pVal)	\
    (This)->lpVtbl -> get_PressColor(This,pVal)

#define IHControl_put_PressColor(This,newVal)	\
    (This)->lpVtbl -> put_PressColor(This,newVal)

#define IHControl_get_FontSize(This,pVal)	\
    (This)->lpVtbl -> get_FontSize(This,pVal)

#define IHControl_put_FontSize(This,newVal)	\
    (This)->lpVtbl -> put_FontSize(This,newVal)

#endif /* COBJMACROS */


#endif 	/* C style interface */



/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_AutoSize_Proxy( 
    IHControl * This,
    /* [in] */ VARIANT_BOOL vbool);


void __RPC_STUB IHControl_put_AutoSize_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_AutoSize_Proxy( 
    IHControl * This,
    /* [retval][out] */ VARIANT_BOOL *pbool);


void __RPC_STUB IHControl_get_AutoSize_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_BackColor_Proxy( 
    IHControl * This,
    /* [in] */ OLE_COLOR clr);


void __RPC_STUB IHControl_put_BackColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_BackColor_Proxy( 
    IHControl * This,
    /* [retval][out] */ OLE_COLOR *pclr);


void __RPC_STUB IHControl_get_BackColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_BackStyle_Proxy( 
    IHControl * This,
    /* [in] */ long style);


void __RPC_STUB IHControl_put_BackStyle_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_BackStyle_Proxy( 
    IHControl * This,
    /* [retval][out] */ long *pstyle);


void __RPC_STUB IHControl_get_BackStyle_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_BorderColor_Proxy( 
    IHControl * This,
    /* [in] */ OLE_COLOR clr);


void __RPC_STUB IHControl_put_BorderColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_BorderColor_Proxy( 
    IHControl * This,
    /* [retval][out] */ OLE_COLOR *pclr);


void __RPC_STUB IHControl_get_BorderColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_FillColor_Proxy( 
    IHControl * This,
    /* [in] */ OLE_COLOR clr);


void __RPC_STUB IHControl_put_FillColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_FillColor_Proxy( 
    IHControl * This,
    /* [retval][out] */ OLE_COLOR *pclr);


void __RPC_STUB IHControl_get_FillColor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_FillStyle_Proxy( 
    IHControl * This,
    /* [in] */ long style);


void __RPC_STUB IHControl_put_FillStyle_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_FillStyle_Proxy( 
    IHControl * This,
    /* [retval][out] */ long *pstyle);


void __RPC_STUB IHControl_get_FillStyle_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propputref] */ HRESULT STDMETHODCALLTYPE IHControl_putref_Font_Proxy( 
    IHControl * This,
    /* [in] */ IFontDisp *pFont);


void __RPC_STUB IHControl_putref_Font_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_Font_Proxy( 
    IHControl * This,
    /* [in] */ IFontDisp *pFont);


void __RPC_STUB IHControl_put_Font_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propget] */ HRESULT STDMETHODCALLTYPE IHControl_get_Font_Proxy( 
    IHControl * This,
    /* [retval][out] */ IFontDisp **ppFont);


void __RPC_STUB IHControl_get_Font_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [id][requestedit][bindable][propput] */ HRESULT STDMETHODCALLTYPE IHControl_put_ForeColor_Proxy( 
    IHControl * This,
    /* [in] */ OLE_COLOR clr);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -