IAMOpenProgress 492 3rdparty/include/dshow/strmif.h typedef struct IAMOpenProgress IAMOpenProgress; IAMOpenProgress 6149 3rdparty/include/dshow/strmif.h struct IAMOpenProgress : public IUnknown { IAMOpenProgress 6157 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IAMOpenProgress *This,REFIID riid,void **ppvObject); IAMOpenProgress 6158 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IAMOpenProgress *This); IAMOpenProgress 6159 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IAMOpenProgress *This); IAMOpenProgress 6160 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryProgress)(IAMOpenProgress *This,LONGLONG *pllTotal,LONGLONG *pllCurrent); IAMOpenProgress 6161 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *AbortOperation)(IAMOpenProgress *This); IAMOpenProgress 6175 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMOpenProgress_QueryProgress_Proxy(IAMOpenProgress *This,LONGLONG *pllTotal,LONGLONG *pllCurrent); IAMOpenProgress 6177 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMOpenProgress_AbortOperation_Proxy(IAMOpenProgress *This);