Skip to main content

enumerate_windows_with_buffer

Function enumerate_windows_with_buffer 

Source
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.