| 293 | } |
| 294 | |
| 295 | void CSampleEditorDlg::UpdateStatus(int Index, LPCWSTR Text) // // // |
| 296 | { |
| 297 | m_wndInfoStatusBar.SetPaneText(Index, Text); |
| 298 | } |
| 299 | |
| 300 | void CSampleEditorDlg::OnGetMinMaxInfo(MINMAXINFO* lpMMI) |
| 301 | { |
no outgoing calls
no test coverage detected