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

Method OnSysCommand

cppcryptfs/ui/CryptPropertySheet.cpp:214–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214void CCryptPropertySheet::OnSysCommand(UINT nID, LPARAM lParam)
215{
216 // TODO: Add your message handler code here and/or call default
217
218 switch (nID & 0xFFF0) {
219 case SC_CLOSE:
220 if (lParam) ShowWindow(SW_HIDE); else OnIdrExitcppcryptfs(); return;
221 break;
222 //case IDM_ABOUTBOX: CAboutDlg().DoModal(); return; // This line is only for a Dialog Application with an About Box.
223 default: CPropertySheet::OnSysCommand(nID, lParam); return;
224
225 }
226}
227
228
229void CCryptPropertySheet::OnIdrShowcppcryptfs()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected