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

Method PreTranslateMessage

cppcryptfs/ui/MountPropertyPage.cpp:1707–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1705
1706
1707BOOL CMountPropertyPage::PreTranslateMessage(MSG* pMsg)
1708{
1709 // TODO: Add your specialized code here and/or call the base class
1710
1711
1712
1713 CWnd *pSavePass = GetDlgItem(IDC_SAVE_PASSWORD);
1714
1715 if (pSavePass && !pSavePass->IsWindowEnabled()) {
1716
1717 CMountPropertyPage::HandleTooltipsActivation(pMsg, this, &pSavePass, 1, &m_ToolTip);
1718
1719 } else {
1720 m_ToolTip.RelayEvent(pMsg);
1721 }
1722
1723 return CCryptPropertyPage::PreTranslateMessage(pMsg);
1724}
1725
1726
1727void CMountPropertyPage::OnContextMenu(CWnd* pWnd, CPoint point)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected