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

Method CProcessModuleTable

WinArk/ProcessModuleTable.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78CProcessModuleTable::CProcessModuleTable(BarInfo& bars, TableInfo& table, DWORD pid, HWND hwnd)
79 : CTable(bars, table), m_Tracker(pid), _hDlg(hwnd) {
80 SetTableWindowInfo(bars.nbar);
81 m_Table.data.info.clear();
82 Refresh();
83}
84
85CProcessModuleTable::CProcessModuleTable(BarInfo& bars, TableInfo& table, HANDLE hProcess)
86 : CTable(bars, table), m_Tracker(hProcess) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected