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

Method CProcessThreadTable

WinArk/ProcessThreadTable.cpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188CProcessThreadTable::CProcessThreadTable(BarInfo& bars, TableInfo& table, DWORD pid)
189 : CTable(bars, table),m_Pid(pid) {
190 SetTableWindowInfo(bars.nbar);
191 m_Table.data.info.clear();
192 Refresh();
193}
194
195void CProcessThreadTable::Refresh() {
196 auto first = m_Table.data.info.empty();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected