📄 qedit.h
字号:
#endif /* __IPropertySetter_INTERFACE_DEFINED__ */
#ifndef __IDxtCompositor_INTERFACE_DEFINED__
#define __IDxtCompositor_INTERFACE_DEFINED__
/* interface IDxtCompositor */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IDxtCompositor;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("BB44391E-6ABD-422f-9E2E-385C9DFF51FC")
IDxtCompositor : public IDXEffect
{
public:
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OffsetX(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OffsetX(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OffsetY(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OffsetY(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Width(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Width(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Height(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Height(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SrcOffsetX(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SrcOffsetX(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SrcOffsetY(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SrcOffsetY(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SrcWidth(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SrcWidth(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SrcHeight(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SrcHeight(
/* [in] */ long newVal) = 0;
};
#else /* C style interface */
typedef struct IDxtCompositorVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IDxtCompositor * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IDxtCompositor * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IDxtCompositor * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IDxtCompositor * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IDxtCompositor * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IDxtCompositor * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IDxtCompositor * 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);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Capabilities )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Progress )(
IDxtCompositor * This,
/* [retval][out] */ float *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Progress )(
IDxtCompositor * This,
/* [in] */ float newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_StepResolution )(
IDxtCompositor * This,
/* [retval][out] */ float *pVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Duration )(
IDxtCompositor * This,
/* [retval][out] */ float *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Duration )(
IDxtCompositor * This,
/* [in] */ float newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OffsetX )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OffsetX )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OffsetY )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OffsetY )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Width )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Width )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Height )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Height )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SrcOffsetX )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SrcOffsetX )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SrcOffsetY )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SrcOffsetY )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SrcWidth )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SrcWidth )(
IDxtCompositor * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SrcHeight )(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SrcHeight )(
IDxtCompositor * This,
/* [in] */ long newVal);
END_INTERFACE
} IDxtCompositorVtbl;
interface IDxtCompositor
{
CONST_VTBL struct IDxtCompositorVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IDxtCompositor_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IDxtCompositor_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IDxtCompositor_Release(This) \
(This)->lpVtbl -> Release(This)
#define IDxtCompositor_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IDxtCompositor_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IDxtCompositor_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IDxtCompositor_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IDxtCompositor_get_Capabilities(This,pVal) \
(This)->lpVtbl -> get_Capabilities(This,pVal)
#define IDxtCompositor_get_Progress(This,pVal) \
(This)->lpVtbl -> get_Progress(This,pVal)
#define IDxtCompositor_put_Progress(This,newVal) \
(This)->lpVtbl -> put_Progress(This,newVal)
#define IDxtCompositor_get_StepResolution(This,pVal) \
(This)->lpVtbl -> get_StepResolution(This,pVal)
#define IDxtCompositor_get_Duration(This,pVal) \
(This)->lpVtbl -> get_Duration(This,pVal)
#define IDxtCompositor_put_Duration(This,newVal) \
(This)->lpVtbl -> put_Duration(This,newVal)
#define IDxtCompositor_get_OffsetX(This,pVal) \
(This)->lpVtbl -> get_OffsetX(This,pVal)
#define IDxtCompositor_put_OffsetX(This,newVal) \
(This)->lpVtbl -> put_OffsetX(This,newVal)
#define IDxtCompositor_get_OffsetY(This,pVal) \
(This)->lpVtbl -> get_OffsetY(This,pVal)
#define IDxtCompositor_put_OffsetY(This,newVal) \
(This)->lpVtbl -> put_OffsetY(This,newVal)
#define IDxtCompositor_get_Width(This,pVal) \
(This)->lpVtbl -> get_Width(This,pVal)
#define IDxtCompositor_put_Width(This,newVal) \
(This)->lpVtbl -> put_Width(This,newVal)
#define IDxtCompositor_get_Height(This,pVal) \
(This)->lpVtbl -> get_Height(This,pVal)
#define IDxtCompositor_put_Height(This,newVal) \
(This)->lpVtbl -> put_Height(This,newVal)
#define IDxtCompositor_get_SrcOffsetX(This,pVal) \
(This)->lpVtbl -> get_SrcOffsetX(This,pVal)
#define IDxtCompositor_put_SrcOffsetX(This,newVal) \
(This)->lpVtbl -> put_SrcOffsetX(This,newVal)
#define IDxtCompositor_get_SrcOffsetY(This,pVal) \
(This)->lpVtbl -> get_SrcOffsetY(This,pVal)
#define IDxtCompositor_put_SrcOffsetY(This,newVal) \
(This)->lpVtbl -> put_SrcOffsetY(This,newVal)
#define IDxtCompositor_get_SrcWidth(This,pVal) \
(This)->lpVtbl -> get_SrcWidth(This,pVal)
#define IDxtCompositor_put_SrcWidth(This,newVal) \
(This)->lpVtbl -> put_SrcWidth(This,newVal)
#define IDxtCompositor_get_SrcHeight(This,pVal) \
(This)->lpVtbl -> get_SrcHeight(This,pVal)
#define IDxtCompositor_put_SrcHeight(This,newVal) \
(This)->lpVtbl -> put_SrcHeight(This,newVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_OffsetX_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_OffsetX_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_OffsetX_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_OffsetX_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_OffsetY_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_OffsetY_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_OffsetY_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_OffsetY_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_Width_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_Width_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_Width_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_Width_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_Height_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_Height_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_Height_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_Height_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_SrcOffsetX_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_SrcOffsetX_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_SrcOffsetX_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_SrcOffsetX_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_get_SrcOffsetY_Proxy(
IDxtCompositor * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IDxtCompositor_get_SrcOffsetY_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDxtCompositor_put_SrcOffsetY_Proxy(
IDxtCompositor * This,
/* [in] */ long newVal);
void __RPC_STUB IDxtCompositor_put_SrcOffsetY_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -