Home | History | Annotate | Download | only in include

Lines Matching refs:ReportProgress

6178     virtual HRESULT STDMETHODCALLTYPE ReportProgress(
6217 HRESULT (STDMETHODCALLTYPE *ReportProgress)(
6248 #define IInternetProtocolSink_ReportProgress(This,ulStatusCode,szStatusText) (This)->lpVtbl->ReportProgress(This,ulStatusCode,szStatusText)
6267 return This->lpVtbl->ReportProgress(This,ulStatusCode,szStatusText);