| 107 | } |
| 108 | |
| 109 | bool CProcessInlineHookTable::CompareItems(const InlineHookInfo& s1, const InlineHookInfo& s2, int col, bool asc) { |
| 110 | return false; |
| 111 | } |
| 112 | |
| 113 | LRESULT CProcessInlineHookTable::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL&) { |
| 114 | m_hProcess = DriverHelper::OpenProcess(m_Pid, PROCESS_QUERY_INFORMATION | PROCESS_VM_READ); |
nothing calls this directly
no outgoing calls
no test coverage detected