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