| 9 | const CString AccessDenied(L"<access denied>"); |
| 10 | |
| 11 | CDriverTable::CDriverTable(BarInfo& bars, TableInfo& table) |
| 12 | :CTable(bars,table){ |
| 13 | SetTableWindowInfo(bars.nbar); |
| 14 | Refresh(); |
| 15 | } |
| 16 | |
| 17 | LRESULT CDriverTable::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/) { |
| 18 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected