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

Method OnDestroy

cppcryptfs/ui/CryptPropertySheet.cpp:457–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455
456
457void CCryptPropertySheet::OnDestroy()
458{
459 CPropertySheet::OnDestroy();
460
461 // TODO: Add your message handler code here
462
463 if (theApp.IsRunningAsAdministrator())
464 {
465 KillTimer(kSysTrayiTimerId);
466 }
467}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected