| 8 | #pragma comment(lib,"onecore.lib") |
| 9 | |
| 10 | CProcessATHookTable::CProcessATHookTable(BarInfo& bars, TableInfo& table, DWORD pid, bool x64) |
| 11 | :CTable(bars, table),m_ModuleTracker(pid),m_Pid(pid){ |
| 12 | SetTableWindowInfo(bars.nbar); |
| 13 | } |
| 14 | |
| 15 | CString CProcessATHookTable::TypeToString(ATHookType type) { |
| 16 | switch (type) |
nothing calls this directly
no outgoing calls
no test coverage detected