| 42 | using namespace std; |
| 43 | |
| 44 | bool mountmanager_continue_mounting() |
| 45 | { |
| 46 | CMountMangerDialog mdlg; |
| 47 | |
| 48 | mdlg.DoModal(); |
| 49 | |
| 50 | return mdlg.m_bOkPressed != 0; |
| 51 | } |
| 52 | |
| 53 | bool DeleteAllRegisteryValues(LPCWSTR regPath, wstring& mes) |
| 54 | { |
no test coverage detected