Home
last modified time | relevance | path

Searched refs:iProgress (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2766 virtual HRESULT WINAPI Progress(int iProgress) = 0;
2774 HRESULT (WINAPI *Progress)(IAMCopyCaptureFileProgress *This,int iProgress);
2784 #define IAMCopyCaptureFileProgress_Progress(This,iProgress) (This)->lpVtbl->Progress(This,iProgress) argument
2787 …T WINAPI IAMCopyCaptureFileProgress_Progress_Proxy(IAMCopyCaptureFileProgress *This,int iProgress);