Function get_thread_process_id
Source pub fn get_thread_process_id(window: HWND) -> (u32, u32)
Expand description
Retrieves the identifier of the thread and process that created the specified window.
§Parameters
window
- Handle to a window.
§Return(tuple)
- Process pid
- Thread id.