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

Function mountmanager_continue_mounting

cppcryptfs/ui/uiutil.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mount_crypt_fsFunction · 0.85

Calls 1

DoModalMethod · 0.45

Tested by

no test coverage detected