| 748 | |
| 749 | |
| 750 | void CMountPropertyPage::OnClickedDismount() |
| 751 | { |
| 752 | CString mes = Dismount(nullptr, true, false); |
| 753 | if (mes.GetLength() > 0 && mes != LocUtils::GetStringFromResources(IDS_CANCELED_BY_USER).c_str()) |
| 754 | MessageBox(mes, L"cppcryptfs", MB_OK | MB_ICONEXCLAMATION); |
| 755 | } |
| 756 | |
| 757 | CString CMountPropertyPage::Dismount(LPCWSTR argMountPoint, bool interactive, bool forceDismount) |
| 758 | { |
nothing calls this directly
no outgoing calls
no test coverage detected