Function get_by_class
Source pub fn get_by_class(class_name: &str, parent: Option<HWND>) -> Result<Vec<HWND>>
Expand description
Retrieves list of handles to specific window class
§Parameters
class_name
- a name of class for which handle to be looked up.
parent
- handle of parent window to look up through its children only. optional.
§Return
ok
- vector of handles.
err
- error reason.