Click or drag to resize

WindowsUtilitiesEnumerateProcessWindows Method (Process)

Enumerates the child windows that belong to the specified parent window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<IntPtr> EnumerateProcessWindows(
	Process process
)

Parameters

process
Type: System.DiagnosticsProcess
The process whose windows are to be enumerated.

Return Value

Type: IReadOnlyListIntPtr
A list of windows.
Exceptions
ExceptionCondition
ArgumentNullExceptionprocess is null.
See Also