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

Method OnEndSession

cppcryptfs/ui/CryptPropertySheet.cpp:388–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388void 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
400UINT CCryptPropertySheet::OnPowerBroadcast(UINT nPowerEvent, LPARAM nEventData)

Callers

nothing calls this directly

Calls 3

unmount_allFunction · 0.85
wait_for_all_unmountedFunction · 0.85
DisableMethod · 0.80

Tested by

no test coverage detected