| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected