Function windows_win::raw::window::get_text
source · pub fn get_text(window: HWND) -> Result<String>
Expand description
Retrieves window’s title.
Parameters
window
- A handle to the window to be tested.
Return
Ok
- Contains name of class.Err
- Error reason.