Home | History | Annotate | Download | only in include

Lines Matching refs:dwFrames

11163       DWORD dwFrames;
11693 virtual HRESULT WINAPI Step(DWORD dwFrames,IUnknown *pStepObject) = 0;
11703 HRESULT (WINAPI *Step)(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObject);
11715 #define IVideoFrameStep_Step(This,dwFrames,pStepObject) (This)->lpVtbl->Step(This,dwFrames,pStepObject)
11720 HRESULT WINAPI IVideoFrameStep_Step_Proxy(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObject);