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

Method GetThreadId

Win32Lib/Process.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159unsigned Process::GetThreadId() const
160{
161 return m_threadId;
162}
163
164bool Process::IsRunning() const // todo: check advantages of this against bool win32::IsProcessRunning(HANDLE handle);
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected