| 77 | } |
| 78 | |
| 79 | INT_PTR MessageDialog::OnInitDialog() { |
| 80 | Dialog::OnInitDialog(); |
| 81 | |
| 82 | m_messageCtrl = GetDlgItem(m_hwnd, IDC_STATIC_MESSAGE); |
| 83 | |
| 84 | SetWindowText(m_messageCtrl, m_message); |
| 85 | return TRUE; |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected