Home | History | Annotate | Download | only in bootstrap

Lines Matching refs:OnProgress

1077     virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgressPercentage) {
1081 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "PYBA: OnProgress() - progress: %u%%, overall progress: %u%%", dwProgressPercentage, dwOverallProgressPercentage);
1090 return __super::OnProgress(dwProgressPercentage, dwOverallProgressPercentage);