| 13 | |
| 14 | |
| 15 | CProcessInlineHookTable::CProcessInlineHookTable(BarInfo& bars, TableInfo& table, DWORD pid, bool x64) |
| 16 | :CTable(bars, table), m_Pid(pid), m_ModuleTracker(pid), _x64(x64) { |
| 17 | SetTableWindowInfo(bars.nbar); |
| 18 | } |
| 19 | |
| 20 | CString CProcessInlineHookTable::TypeToString(HookType type) { |
| 21 | switch (type) |
nothing calls this directly
no outgoing calls
no test coverage detected