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

Method OnBnClickedOk

cppcryptfs/ui/MountMangerDialog.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void CMountMangerDialog::OnBnClickedOk()
42{
43 // TODO: Add your control notification handler code here
44 CDialogEx::OnOK();
45
46 m_bOkPressed = TRUE;
47
48
49}
50
51
52void CMountMangerDialog::OnBnClickedDontshowagain()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected