Searched refs:_ratioProgress (Results 1 – 2 of 2) sorted by relevance
17 _ratioProgress.Release(); in Init()19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()33 if (SendRatio && _ratioProgress) in SetRatioInfo()35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)); in SetRatioInfo()
16 CMyComPtr<ICompressProgressInfo> _ratioProgress; variable