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

Method PreTranslateMessage

cppcryptfs/ui/CryptPropertySheet.cpp:418–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417
418BOOL CCryptPropertySheet::PreTranslateMessage(MSG* pMsg)
419{
420 // minimize to system tray if control+T is pressed (CTRL_T is ascii 20)
421 if (pMsg->message == WM_CHAR && pMsg->wParam == 20) {
422 PostMessage(WM_SYSCOMMAND, SC_CLOSE, TRUE);
423 return TRUE;
424 }
425
426 return CPropertySheet::PreTranslateMessage(pMsg);
427}
428
429
430void CCryptPropertySheet::OnTimer(UINT_PTR nIDEvent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected