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

Method OnEnChangeInfo

cppcryptfs/ui/CryptAboutPropertyPage.cpp:273–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273void CCryptAboutPropertyPage::OnEnChangeInfo()
274{
275 // TODO: If this is a RICHEDIT control, the control will not
276 // send this notification unless you override the CCryptPropertyPage::OnInitDialog()
277 // function and call CRichEditCtrl().SetEventMask()
278 // with the ENM_CHANGE flag ORed into the mask.
279
280 // TODO: Add your control notification handler code here
281}
282
283
284void CCryptAboutPropertyPage::OnSetfocusInfo()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected