Home | History | Annotate | Download | only in include

Lines Matching refs:OnFlush

712     virtual HRESULT STDMETHODCALLTYPE OnFlush(
748 HRESULT (STDMETHODCALLTYPE *OnFlush)(
771 #define IMFSourceReaderCallback_OnFlush(This,dwStreamIndex) (This)->lpVtbl->OnFlush(This,dwStreamIndex)
789 return This->lpVtbl->OnFlush(This,dwStreamIndex);