pub fn get_all_windows(
mode: WindowSearchMode,
) -> Result<Vec<WindowInfo>, WindowHelperError>Expand description
Retrieves information about all windows based on the specified search mode and game check flag.
§Arguments
mode- The search mode to use for window enumeration.check_game- A flag indicating wether agame_captureor awindow_captureis used
§Returns
A Result containing a vector of WindowInfo structs representing the retrieved window information, or a WindowHelperError if an error occurs.