| 238 | |
| 239 | |
| 240 | void CCryptPropertySheet::OnIdrExitcppcryptfs() |
| 241 | { |
| 242 | // TODO: Add your command handler code here |
| 243 | |
| 244 | if (CanClose()) { |
| 245 | |
| 246 | int pageCount = GetPageCount(); |
| 247 | for (int i = 0; i < pageCount; i++) { |
| 248 | CCryptPropertyPage *page = (CCryptPropertyPage*)GetPage(i); |
| 249 | if (page) |
| 250 | page->OnExit(); |
| 251 | } |
| 252 | EndDialog(IDCLOSE); |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | |
| 257 |
no test coverage detected