Click or drag to resize

WindowsUtilitiesEnumerateTopLevelWindows Method

Enumerates all top-level windows on the screen. This function does not enumerate child windows, with the exception of a few top-level windows owned by the system that have the WS_CHILD style.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IReadOnlyList<IntPtr> EnumerateTopLevelWindows()

Return Value

Type: IReadOnlyListIntPtr
A list of all top-level windows on the screen.
See Also