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

Method DoDataExchange

cppcryptfs/ui/MoreSettingsPropertyPage.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CMoreSettingsPropertyPage::DoDataExchange(CDataExchange* pDX)
56{
57 CCryptPropertyPage::DoDataExchange(pDX);
58 // This line links the ID from the resources to a variable in C++
59 DDX_Control(pDX, IDC_LANGUAGE, m_ctrlComboBox);
60}
61
62
63BEGIN_MESSAGE_MAP(CMoreSettingsPropertyPage, CCryptPropertyPage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected