MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / thread_id

Method thread_id

TranslucentTB/windows/window.hpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 inline DWORD thread_id() const noexcept
221 {
222 return GetWindowThreadProcessId(m_WindowHandle, nullptr);
223 }
224
225 inline DWORD process_id() const noexcept
226 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected