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

Method OnEditchangePath

cppcryptfs/ui/MountPropertyPage.cpp:1695–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1693
1694
1695void CMountPropertyPage::OnEditchangePath()
1696{
1697 // TODO: Add your control notification handler code here
1698
1699 CSecureEdit *pEd = (CSecureEdit*)GetDlgItem(IDC_PASSWORD);
1700
1701 if (pEd)
1702 pEd->SetRealText(L"");
1703}
1704
1705
1706

Callers

nothing calls this directly

Calls 1

SetRealTextMethod · 0.80

Tested by

no test coverage detected