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

Method ProcessInfo

DebugView++Lib/ProcessMonitor.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace debugviewpp {
17
18ProcessMonitor::ProcessInfo::ProcessInfo(DWORD pid, HANDLE handle) :
19 pid(pid), handle(handle)
20{
21}
22
23ProcessMonitor::ProcessMonitor() :
24 m_end(false),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected