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

Method InternalProcessProperties

DebugView++Lib/ProcessInfo.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace debugviewpp {
22
23InternalProcessProperties::InternalProcessProperties() :
24 pid(0)
25{
26}
27
28InternalProcessProperties::InternalProcessProperties(DWORD pid, const std::wstring& name, COLORREF color) :
29 pid(pid), name(name), color(color)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected