| 138 | |
| 139 | |
| 140 | void ProgressDialog::doModal(HWND parent) |
| 141 | { |
| 142 | DialogBoxParam(_hInst, MAKEINTRESOURCE(IDD_PROGRESSDIALOG), parent, ProgressDialog::dlgProc, reinterpret_cast<LPARAM>(this)); |
| 143 | } |
| 144 | |
| 145 | |
| 146 | void ProgressDialog::close() |
nothing calls this directly
no outgoing calls
no test coverage detected