MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CDispatchRoutinesTable

Method CDispatchRoutinesTable

WinArk/DispatchRoutinesTable.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected