📄 segment.h
字号:
/* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Height )(
IMSVidRect * This,
/* [in] */ LONG HeightVal);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_HWnd )(
IMSVidRect * This,
/* [retval][out] */ HWND *HWndVal);
/* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE *put_HWnd )(
IMSVidRect * This,
/* [in] */ HWND HWndVal);
/* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Rect )(
IMSVidRect * This,
/* [in] */ IMSVidRect *RectVal);
END_INTERFACE
} IMSVidRectVtbl;
interface IMSVidRect
{
CONST_VTBL struct IMSVidRectVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IMSVidRect_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IMSVidRect_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IMSVidRect_Release(This) \
(This)->lpVtbl -> Release(This)
#define IMSVidRect_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IMSVidRect_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IMSVidRect_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IMSVidRect_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IMSVidRect_get_Top(This,TopVal) \
(This)->lpVtbl -> get_Top(This,TopVal)
#define IMSVidRect_put_Top(This,TopVal) \
(This)->lpVtbl -> put_Top(This,TopVal)
#define IMSVidRect_get_Left(This,LeftVal) \
(This)->lpVtbl -> get_Left(This,LeftVal)
#define IMSVidRect_put_Left(This,LeftVal) \
(This)->lpVtbl -> put_Left(This,LeftVal)
#define IMSVidRect_get_Width(This,WidthVal) \
(This)->lpVtbl -> get_Width(This,WidthVal)
#define IMSVidRect_put_Width(This,WidthVal) \
(This)->lpVtbl -> put_Width(This,WidthVal)
#define IMSVidRect_get_Height(This,HeightVal) \
(This)->lpVtbl -> get_Height(This,HeightVal)
#define IMSVidRect_put_Height(This,HeightVal) \
(This)->lpVtbl -> put_Height(This,HeightVal)
#define IMSVidRect_get_HWnd(This,HWndVal) \
(This)->lpVtbl -> get_HWnd(This,HWndVal)
#define IMSVidRect_put_HWnd(This,HWndVal) \
(This)->lpVtbl -> put_HWnd(This,HWndVal)
#define IMSVidRect_put_Rect(This,RectVal) \
(This)->lpVtbl -> put_Rect(This,RectVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IMSVidRect_get_Top_Proxy(
IMSVidRect * This,
/* [retval][out] */ LONG *TopVal);
void __RPC_STUB IMSVidRect_get_Top_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_Top_Proxy(
IMSVidRect * This,
/* [in] */ LONG TopVal);
void __RPC_STUB IMSVidRect_put_Top_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IMSVidRect_get_Left_Proxy(
IMSVidRect * This,
/* [retval][out] */ LONG *LeftVal);
void __RPC_STUB IMSVidRect_get_Left_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_Left_Proxy(
IMSVidRect * This,
/* [in] */ LONG LeftVal);
void __RPC_STUB IMSVidRect_put_Left_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IMSVidRect_get_Width_Proxy(
IMSVidRect * This,
/* [retval][out] */ LONG *WidthVal);
void __RPC_STUB IMSVidRect_get_Width_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_Width_Proxy(
IMSVidRect * This,
/* [in] */ LONG WidthVal);
void __RPC_STUB IMSVidRect_put_Width_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IMSVidRect_get_Height_Proxy(
IMSVidRect * This,
/* [retval][out] */ LONG *HeightVal);
void __RPC_STUB IMSVidRect_get_Height_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_Height_Proxy(
IMSVidRect * This,
/* [in] */ LONG HeightVal);
void __RPC_STUB IMSVidRect_put_Height_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IMSVidRect_get_HWnd_Proxy(
IMSVidRect * This,
/* [retval][out] */ HWND *HWndVal);
void __RPC_STUB IMSVidRect_get_HWnd_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_HWnd_Proxy(
IMSVidRect * This,
/* [in] */ HWND HWndVal);
void __RPC_STUB IMSVidRect_put_HWnd_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IMSVidRect_put_Rect_Proxy(
IMSVidRect * This,
/* [in] */ IMSVidRect *RectVal);
void __RPC_STUB IMSVidRect_put_Rect_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IMSVidRect_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_segment_0463 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_segment_0463_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_segment_0463_v0_0_s_ifspec;
#ifndef __IMSVidGraphSegmentContainer_INTERFACE_DEFINED__
#define __IMSVidGraphSegmentContainer_INTERFACE_DEFINED__
/* interface IMSVidGraphSegmentContainer */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IMSVidGraphSegmentContainer;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("3DD2903D-E0AA-11d2-B63A-00C04F79498E")
IMSVidGraphSegmentContainer : public IUnknown
{
public:
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Graph(
/* [out] */ IGraphBuilder **ppGraph) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Input(
/* [out] */ IMSVidGraphSegment **pInput) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Outputs(
/* [out] */ IEnumMSVidGraphSegment **pOutputs) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_VideoRenderer(
/* [out] */ IMSVidGraphSegment **pVR) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_AudioRenderer(
/* [out] */ IMSVidGraphSegment **pAR) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Features(
/* [out] */ IEnumMSVidGraphSegment **pOutputs) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Composites(
/* [out] */ IEnumMSVidGraphSegment **pComposites) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_ParentContainer(
/* [out] */ IUnknown **ppContainer) = 0;
virtual HRESULT STDMETHODCALLTYPE Decompose(
IMSVidGraphSegment *pSegment) = 0;
virtual HRESULT STDMETHODCALLTYPE IsWindowless( void) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFocus( void) = 0;
};
#else /* C style interface */
typedef struct IMSVidGraphSegmentContainerVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IMSVidGraphSegmentContainer * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IMSVidGraphSegmentContainer * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IMSVidGraphSegmentContainer * This);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Graph )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IGraphBuilder **ppGraph);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Input )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IMSVidGraphSegment **pInput);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Outputs )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IEnumMSVidGraphSegment **pOutputs);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_VideoRenderer )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IMSVidGraphSegment **pVR);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_AudioRenderer )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IMSVidGraphSegment **pAR);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Features )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IEnumMSVidGraphSegment **pOutputs);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Composites )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IEnumMSVidGraphSegment **pComposites);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ParentContainer )(
IMSVidGraphSegmentContainer * This,
/* [out] */ IUnknown **ppContainer);
HRESULT ( STDMETHODCALLTYPE *Decompose )(
IMSVidGraphSegmentContainer * This,
IMSVidGraphSegment *pSegment);
HRESULT ( STDMETHODCALLTYPE *IsWindowless )(
IMSVidGraphSegmentContainer * This);
HRESULT ( STDMETHODCALLTYPE *GetFocus )(
IMSVidGraphSegmentContainer * This);
END_INTERFACE
} IMSVidGraphSegmentContainerVtbl;
interface IMSVidGraphSegmentContainer
{
CONST_VTBL struct IMSVidGraphSegmentContainerVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IMSVidGraphSegmentContainer_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IMSVidGraphSegmentContainer_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IMSVidGraphSegmentContainer_Release(This) \
(This)->lpVtbl -> Release(This)
#define IMSVidGraphSegmentContainer_get_Graph(This,ppGraph) \
(This)->lpVtbl -> get_Graph(This,ppGraph)
#define IMSVidGraphSegmentContainer_get_Input(This,pInput) \
(This)->lpVtbl -> get_Input(This,pInput)
#define IMSVidGraphSegmentContainer_get_Outputs(This,pOutputs) \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -