Function MaaToolkitGetWindowClassName

Source
pub unsafe extern "C" fn MaaToolkitGetWindowClassName(
    hwnd: MaaWin32Hwnd,
    buffer: MaaStringBufferHandle,
) -> MaaBool
Available on crate feature internal only.
Expand description

@brief Get the window class name by hwnd.

@param hwnd The window hwnd. @param buffer The output buffer. @return MaaBool.