pub unsafe extern "C" fn MaaToolkitGetWindowClassName(
hwnd: MaaWin32Hwnd,
buffer: MaaStringBufferHandle,
) -> MaaBoolAvailable 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.