Searched refs:IVideoFrameStep (Results 1 – 1 of 1) sorted by relevance
437 typedef struct IVideoFrameStep IVideoFrameStep; typedef5664 struct IVideoFrameStep : public IUnknown { struct5673 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 { struct5693 …HRESULT WINAPI IVideoFrameStep_Step_Proxy(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObje…[all …]