📄 dxtmsft3.h
字号:
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_PositionJump(
/* [in] */ float newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_PositionJump(
/* [retval][out] */ float __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_DecayTime(
/* [in] */ float newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_DecayTime(
/* [retval][out] */ float __RPC_FAR *pVal) = 0;
};
#else /* C style interface */
typedef struct IExplodeVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IExplode __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IExplode __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IExplode __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
IExplode __RPC_FAR * This,
/* [out] */ UINT __RPC_FAR *pctinfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
IExplode __RPC_FAR * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
IExplode __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
IExplode __RPC_FAR * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
/* [out] */ VARIANT __RPC_FAR *pVarResult,
/* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
/* [out] */ UINT __RPC_FAR *puArgErr);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Capabilities )(
IExplode __RPC_FAR * This,
/* [retval][out] */ long __RPC_FAR *pVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Progress )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Progress )(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_StepResolution )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Duration )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Duration )(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Tumble )(
IExplode __RPC_FAR * This,
/* [in] */ BOOL newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Tumble )(
IExplode __RPC_FAR * This,
/* [retval][out] */ BOOL __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MaxRotations )(
IExplode __RPC_FAR * This,
/* [in] */ LONG newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_MaxRotations )(
IExplode __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_FinalVelocity )(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_FinalVelocity )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PositionJump )(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PositionJump )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DecayTime )(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DecayTime )(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
END_INTERFACE
} IExplodeVtbl;
interface IExplode
{
CONST_VTBL struct IExplodeVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IExplode_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IExplode_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IExplode_Release(This) \
(This)->lpVtbl -> Release(This)
#define IExplode_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IExplode_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IExplode_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IExplode_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IExplode_get_Capabilities(This,pVal) \
(This)->lpVtbl -> get_Capabilities(This,pVal)
#define IExplode_get_Progress(This,pVal) \
(This)->lpVtbl -> get_Progress(This,pVal)
#define IExplode_put_Progress(This,newVal) \
(This)->lpVtbl -> put_Progress(This,newVal)
#define IExplode_get_StepResolution(This,pVal) \
(This)->lpVtbl -> get_StepResolution(This,pVal)
#define IExplode_get_Duration(This,pVal) \
(This)->lpVtbl -> get_Duration(This,pVal)
#define IExplode_put_Duration(This,newVal) \
(This)->lpVtbl -> put_Duration(This,newVal)
#define IExplode_put_Tumble(This,newVal) \
(This)->lpVtbl -> put_Tumble(This,newVal)
#define IExplode_get_Tumble(This,pVal) \
(This)->lpVtbl -> get_Tumble(This,pVal)
#define IExplode_put_MaxRotations(This,newVal) \
(This)->lpVtbl -> put_MaxRotations(This,newVal)
#define IExplode_get_MaxRotations(This,pVal) \
(This)->lpVtbl -> get_MaxRotations(This,pVal)
#define IExplode_put_FinalVelocity(This,newVal) \
(This)->lpVtbl -> put_FinalVelocity(This,newVal)
#define IExplode_get_FinalVelocity(This,pVal) \
(This)->lpVtbl -> get_FinalVelocity(This,pVal)
#define IExplode_put_PositionJump(This,newVal) \
(This)->lpVtbl -> put_PositionJump(This,newVal)
#define IExplode_get_PositionJump(This,pVal) \
(This)->lpVtbl -> get_PositionJump(This,pVal)
#define IExplode_put_DecayTime(This,newVal) \
(This)->lpVtbl -> put_DecayTime(This,newVal)
#define IExplode_get_DecayTime(This,pVal) \
(This)->lpVtbl -> get_DecayTime(This,pVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IExplode_put_Tumble_Proxy(
IExplode __RPC_FAR * This,
/* [in] */ BOOL newVal);
void __RPC_STUB IExplode_put_Tumble_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IExplode_get_Tumble_Proxy(
IExplode __RPC_FAR * This,
/* [retval][out] */ BOOL __RPC_FAR *pVal);
void __RPC_STUB IExplode_get_Tumble_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IExplode_put_MaxRotations_Proxy(
IExplode __RPC_FAR * This,
/* [in] */ LONG newVal);
void __RPC_STUB IExplode_put_MaxRotations_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IExplode_get_MaxRotations_Proxy(
IExplode __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
void __RPC_STUB IExplode_get_MaxRotations_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IExplode_put_FinalVelocity_Proxy(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
void __RPC_STUB IExplode_put_FinalVelocity_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IExplode_get_FinalVelocity_Proxy(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
void __RPC_STUB IExplode_get_FinalVelocity_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IExplode_put_PositionJump_Proxy(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
void __RPC_STUB IExplode_put_PositionJump_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IExplode_get_PositionJump_Proxy(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
void __RPC_STUB IExplode_get_PositionJump_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IExplode_put_DecayTime_Proxy(
IExplode __RPC_FAR * This,
/* [in] */ float newVal);
void __RPC_STUB IExplode_put_DecayTime_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IExplode_get_DecayTime_Proxy(
IExplode __RPC_FAR * This,
/* [retval][out] */ float __RPC_FAR *pVal);
void __RPC_STUB IExplode_get_DecayTime_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IExplode_INTERFACE_DEFINED__ */
#ifndef __ICrShatter_INTERFACE_DEFINED__
#define __ICrShatter_INTERFACE_DEFINED__
/* interface ICrShatter */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_ICrShatter;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("63500AE1-0858-11D2-8CE4-00C04F8ECB10")
ICrShatter : public IDXEffect
{
public:
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_seed(
/* [retval][out] */ long __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_seed(
/* [in] */ long newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_maxShards(
/* [retval][out] */ long __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_maxShards(
/* [in] */ long newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_depth(
/* [retval][out] */ float __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_depth(
/* [in] */ float newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_backColor(
/* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_backColor(
/* [in] */ BSTR newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_evacuateX(
/* [retval][out] */ short __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_evacuateX(
/* [in] */ short newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_evacuateY(
/* [retval][out] */ short __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_evacuateY(
/* [in] */ short newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_evacuateZ(
/* [retval][out] */ short __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_evacuateZ(
/* [in] */ short newVal) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_evacuateDeltaX(
/* [retval][out] */ short __RPC_FAR *pVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_evacuateDeltaX(
/* [in] */ short newVal) = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -