| 386 | |
| 387 | |
| 388 | void CCryptPropertySheet::OnEndSession(BOOL bEnding) |
| 389 | { |
| 390 | CPropertySheet::OnEndSession(bEnding); |
| 391 | |
| 392 | if (bEnding) { |
| 393 | KeyCache::GetInstance()->Disable(); |
| 394 | unmount_all(false); |
| 395 | wait_for_all_unmounted(); |
| 396 | } |
| 397 | } |
| 398 | |
| 399 | |
| 400 | UINT CCryptPropertySheet::OnPowerBroadcast(UINT nPowerEvent, LPARAM nEventData) |
nothing calls this directly
no test coverage detected