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

Method OnRefresh

WinArk/NetworkTable.cpp:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342LRESULT CNetwrokTable::OnRefresh(WORD, WORD, HWND, BOOL&) {
343 m_pm.EnumProcesses();
344 DoRefresh();
345 return 0;
346}

Callers

nothing calls this directly

Calls 1

EnumProcessesMethod · 0.45

Tested by

no test coverage detected