| 92 | |
| 93 | |
| 94 | CIoTimerTable::CIoTimerTable(BarInfo& bars, TableInfo& table) |
| 95 | : CTable(bars, table) { |
| 96 | SetTableWindowInfo(bars.nbar); |
| 97 | |
| 98 | } |
| 99 | |
| 100 | int CIoTimerTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<IoTimerInfo>& info, int column) { |
| 101 | // DeviceObject,Type,TimerFlag,TimerRoutine, CompanyName, DriverPath |
nothing calls this directly
no outgoing calls
no test coverage detected