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

Method OnClickedExit

cppcryptfs/ui/MountPropertyPage.cpp:1088–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086
1087
1088void CMountPropertyPage::OnClickedExit()
1089{
1090 // TODO: Add your control notification handler code here
1091
1092 CCryptPropertySheet *pParent = (CCryptPropertySheet*)GetParent();
1093
1094 if (pParent)
1095 pParent->OnIdrExitcppcryptfs();
1096}
1097
1098
1099void CMountPropertyPage::OnCbnSelchangePath()

Callers

nothing calls this directly

Calls 1

OnIdrExitcppcryptfsMethod · 0.80

Tested by

no test coverage detected