| 120 | |
| 121 | |
| 122 | void ProgressDialog::stepComplete() |
| 123 | { |
| 124 | _completedSteps++; |
| 125 | ::SendMessage(_hProgressOverall, PBM_SETPOS, _completedSteps, 0); |
| 126 | } |
| 127 | |
| 128 | void ProgressDialog::setStepProgress(int percentageComplete) |
| 129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected