pub fn get_window_title(window: HWND) -> Result<String, Error>
Expand description
Get the title of a window.
ยงReferences
- Rust library for getting titles of all open windows: https://github.com/HiruNya/window_titles/blob/924feffac93c9ac7238d6fa5c39c1453815a0408/src/winapi.rs