Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetThreadHandle
Method
GetThreadHandle
Win32Lib/Process.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
HANDLE Process::GetThreadHandle() const
150
{
151
return m_hThread.get();
152
}
153
154
unsigned Process::GetProcessId() const
155
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected