| 212 | |
| 213 | |
| 214 | void 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 | |
| 229 | void CCryptPropertySheet::OnIdrShowcppcryptfs() |
nothing calls this directly
no outgoing calls
no test coverage detected