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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<IntPtr> EnumerateTopLevelWindows()

Return Value

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