MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnClickedDismount

Method OnClickedDismount

cppcryptfs/ui/MountPropertyPage.cpp:750–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748
749
750void 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
757CString CMountPropertyPage::Dismount(LPCWSTR argMountPoint, bool interactive, bool forceDismount)
758{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected