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

Method DoDataExchange

cppcryptfs/ui/CreatePropertyPage.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void CCreatePropertyPage::DoDataExchange(CDataExchange* pDX)
72{
73 CPropertyPage::DoDataExchange(pDX);
74 DDX_Control(pDX, IDC_PASSWORD, m_password);
75 DDX_Control(pDX, IDC_PASSWORD2, m_password2);
76}
77
78
79BEGIN_MESSAGE_MAP(CCreatePropertyPage, CPropertyPage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected