Function windows_win::raw::window::get_class

source ·
pub fn get_class(window: HWND) -> Result<String>
Expand description

Retrieves window’s class name.

Parameters

  • window - A handle to the window.

Returns

  • Ok - Contains name of class.
  • Err - Error reason.