| 9 | #include "resource.h" |
| 10 | |
| 11 | CKernelNotifyTable::CKernelNotifyTable(BarInfo& bars, TableInfo& table) |
| 12 | :CTable(bars, table) { |
| 13 | SetTableWindowInfo(bars.nbar); |
| 14 | Refresh(); |
| 15 | } |
| 16 | |
| 17 | LRESULT CKernelNotifyTable::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/) { |
| 18 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected