pub unsafe extern "C" fn MaaToolkitGetWindow(
index: MaaSize,
) -> MaaWin32HwndAvailable on crate feature
internal only.Expand description
@brief Get the window handle by index.
@param index The 0-based index of the window. The index should not exceed the number of windows found otherwise out_of_range exception will be thrown. @return MaaWin32Hwnd The window handle.