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