Click or drag to resize

Win32WindowFromProcess Method (Process)

Get a list of windows owned by the specified process.

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

Parameters

process
Type: System.DiagnosticsProcess
The process instance.

Return Value

Type: IEnumerableWin32Window
A list of windows.
See Also