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

Method DoDataExchange

cppcryptfs/ui/MountPropertyPage.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421
422void CMountPropertyPage::DoDataExchange(CDataExchange* pDX)
423{
424 CPropertyPage::DoDataExchange(pDX);
425 DDX_Control(pDX, IDC_PASSWORD, m_password);
426}
427
428
429BEGIN_MESSAGE_MAP(CMountPropertyPage, CPropertyPage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected