pub fn enumerate_windows_with_buffer(
out_windows: &mut Vec<WindowInfo>,
) -> Result<usize>Expand description
Enumerate desktop windows (top-level and child windows) with a reusable output buffer.
Returns the number of windows added to the output buffer.