Searched refs:IAMCopyCaptureFileProgress (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 187 typedef struct IAMCopyCaptureFileProgress IAMCopyCaptureFileProgress; typedef 2707 …eFile(LPOLESTR lpwstrOld,LPOLESTR lpwstrNew,int fAllowEscAbort,IAMCopyCaptureFileProgress *pCallba… 2722 …*This,LPOLESTR lpwstrOld,LPOLESTR lpwstrNew,int fAllowEscAbort,IAMCopyCaptureFileProgress *pCallba… 2756 …*This,LPOLESTR lpwstrOld,LPOLESTR lpwstrNew,int fAllowEscAbort,IAMCopyCaptureFileProgress *pCallba… 2764 struct IAMCopyCaptureFileProgress : public IUnknown { struct 2771 … HRESULT (WINAPI *QueryInterface)(IAMCopyCaptureFileProgress *This,REFIID riid,void **ppvObject); 2772 ULONG (WINAPI *AddRef)(IAMCopyCaptureFileProgress *This); 2773 ULONG (WINAPI *Release)(IAMCopyCaptureFileProgress *This); 2774 HRESULT (WINAPI *Progress)(IAMCopyCaptureFileProgress *This,int iProgress); 2777 struct IAMCopyCaptureFileProgress { struct [all …]
|