Searched refs:_ratioProgress (Results 1 – 2 of 2) sorted by relevance
15 _ratioProgress.Release(); in Init()17 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()28 if (SendRatio && _ratioProgress) in SetRatioInfo()30 RINOK(_ratioProgress->SetRatioInfo(&inSizeNew, &outSizeNew)); in SetRatioInfo()
16 CMyComPtr<ICompressProgressInfo> _ratioProgress; variable