| 112 | } |
| 113 | |
| 114 | CDispatchRoutinesTable::CDispatchRoutinesTable(BarInfo& bars, TableInfo& table,std::wstring name) |
| 115 | :CTable(bars, table) { |
| 116 | SetTableWindowInfo(bars.nbar); |
| 117 | // \driver \filesystem |
| 118 | GetDispatchInfo(name); |
| 119 | } |
| 120 | |
| 121 | int CDispatchRoutinesTable::ParseTableEntry(CString& s, char& mask, int& select, DispatchRoutineInfo& info, int column) { |
| 122 | // Code,MajorCodeName,Address,TargetModule |
nothing calls this directly
no outgoing calls
no test coverage detected