MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetProcessProperties

Method GetProcessProperties

DebugView++Lib/ProcessInfo.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105ProcessProperties ProcessInfo::GetProcessProperties(DWORD processId, const std::wstring& processName)
106{
107 auto uid = GetUid(processId, processName);
108 ProcessProperties props(m_processProperties[uid]);
109 props.uid = uid;
110 return props;
111}
112
113ProcessProperties ProcessInfo::GetProcessProperties(DWORD uid) const
114{

Callers 2

AddMethod · 0.80
operator[]Method · 0.80

Calls 2

ProcessPropertiesClass · 0.85

Tested by

no test coverage detected