Lines Matching refs:IVideoFrameStep
437 typedef struct IVideoFrameStep IVideoFrameStep; typedef
5664 struct IVideoFrameStep : public IUnknown { struct
5673 HRESULT (WINAPI *QueryInterface)(IVideoFrameStep *This,REFIID riid,void **ppvObject);
5674 ULONG (WINAPI *AddRef)(IVideoFrameStep *This);
5675 ULONG (WINAPI *Release)(IVideoFrameStep *This);
5676 HRESULT (WINAPI *Step)(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObject);
5677 HRESULT (WINAPI *CanStep)(IVideoFrameStep *This,long bMultiple,IUnknown *pStepObject);
5678 HRESULT (WINAPI *CancelStep)(IVideoFrameStep *This);
5681 struct IVideoFrameStep { struct
5693 …HRESULT WINAPI IVideoFrameStep_Step_Proxy(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObje…
5695 …HRESULT WINAPI IVideoFrameStep_CanStep_Proxy(IVideoFrameStep *This,long bMultiple,IUnknown *pStepO…
5697 HRESULT WINAPI IVideoFrameStep_CancelStep_Proxy(IVideoFrameStep *This);