Returns all child windows that match the given predicate.

C# |
public SystemWindow[] FilterDescendantWindows( bool directOnly, Predicate<SystemWindow> predicate )

- directOnly (Boolean)
- Whether to include only direct children (no descendants)
- predicate (Predicate<(Of <(SystemWindow>)>))
- The predicate to filter.

The list of child windows.