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

Method GetRowImage

WinArk/ProcessTable.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251int CProcessTable::GetRowImage(HWND, int row) const {
252 return GetProcessInfoEx(m_Table.data.info[row].get()).GetImageIndex(m_Images);
253}
254
255LRESULT CProcessTable::OnTimer(UINT, WPARAM id, LPARAM, BOOL&) {
256 if (id == 1)

Callers

nothing calls this directly

Calls 1

GetImageIndexMethod · 0.80

Tested by

no test coverage detected