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

Method GetProcessName

WinArk/NetworkTable.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119const CString CNetwrokTable::GetProcessName(WinSys::Connection* conn) const {
120 auto itemx = GetItemEx(conn);
121 if (itemx)
122 return itemx->ProcessName;
123 ItemEx ix;
124 ix.ProcessName = m_pm.GetProcessNameById(conn->Pid).c_str();
125 m_ItemsEx.insert({ *conn,ix });
126 return ix.ProcessName;
127}
128
129void CNetwrokTable::DoRefresh() {
130 m_Table.data.n = 0;

Callers 5

GetColumnTextPointerMethod · 0.45
DoSortMethod · 0.45
OnFindNextMethod · 0.45
EvalMethod · 0.45
OnInitDialogMethod · 0.45

Calls 1

GetProcessNameByIdMethod · 0.80

Tested by

no test coverage detected