| 126 | } |
| 127 | |
| 128 | void ProgressDialog::setStepProgress(int percentageComplete) |
| 129 | { |
| 130 | ::SendMessage(_hProgressCurrent, PBM_SETPOS, percentageComplete, 0); |
| 131 | } |
| 132 | |
| 133 | void ProgressDialog::setCurrentStatus(const TCHAR* status) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected