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 public static IReadOnlyList<IntPtr> EnumerateTopLevelWindows()
Return Value
Type:
IReadOnlyListIntPtrA list of all top-level windows on the screen.
See Also