Function 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.