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

Method CProcessMemoryTable

WinArk/ProcessMemoryTable.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107CProcessMemoryTable::CProcessMemoryTable(BarInfo& bars, TableInfo& table, DWORD pid)
108 : CTable(bars, table), m_Pid(pid) {
109 SetTableWindowInfo(bars.nbar);
110}
111
112int CProcessMemoryTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<WinSys::MemoryRegionItem>& info, int column) {
113 switch (column) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected