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

Method ProcessProperties

DebugView++Lib/ProcessInfo.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33ProcessProperties::ProcessProperties(const InternalProcessProperties& iprops) :
34 uid(0), pid(iprops.pid), name(iprops.name), color(iprops.color)
35{
36}
37
38ProcessInfo::ProcessInfo() : m_unqiueId(0)
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected