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

Method DefaultAction

cppcryptfs/ui/MountPropertyPage.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void CMountPropertyPage::DefaultAction()
154{
155 CString mes = Mount();
156
157 if (mes.GetLength() > 0 && mes != LocUtils::GetStringFromResources(IDS_PASS_CANNOT_BE_EMPTY).c_str())
158 MessageBox(mes, L"cppcryptfs", MB_OK | MB_ICONEXCLAMATION);
159}
160
161CString CMountPropertyPage::Mount(LPCWSTR argPath, LPCWSTR argMountPoint, LPCWSTR argPassword, bool argReadOnly, LPCWSTR argConfigPath, bool argReverse)
162{

Callers 1

OnCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected