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

Method GetProcessHandle

Win32Lib/Process.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144HANDLE Process::GetProcessHandle() const
145{
146 return m_hProcess.get();
147}
148
149HANDLE Process::GetThreadHandle() const
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected