| 420 | |
| 421 | |
| 422 | void CMountPropertyPage::DoDataExchange(CDataExchange* pDX) |
| 423 | { |
| 424 | CPropertyPage::DoDataExchange(pDX); |
| 425 | DDX_Control(pDX, IDC_PASSWORD, m_password); |
| 426 | } |
| 427 | |
| 428 | |
| 429 | BEGIN_MESSAGE_MAP(CMountPropertyPage, CPropertyPage) |
nothing calls this directly
no outgoing calls
no test coverage detected