Function windows_win::raw::window::get_by_title
source · pub fn get_by_title(name: &str, parent: Option<HWND>) -> Result<Vec<HWND>>
Expand description
Retrieves list of handles to windows with specific title’s text.
Parameters
name
- Window’s title text.parent
- Handle of parent window to look up through its children only. Optional.
Return
Ok
- Vector of handles.Err
- Error reason.