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

Method thread_process_id

TranslucentTB/windows/window.hpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 inline std::pair<DWORD, DWORD> thread_process_id() const noexcept
233 {
234 std::pair<DWORD, DWORD> pair { };
235 pair.first = GetWindowThreadProcessId(m_WindowHandle, &pair.second);
236 return pair;
237 }
238
239 inline std::optional<RECT> rect() const
240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected