Click or drag to resize

RestartManager.EnumProcessWindows Method

Enumerates a specific process' windows.

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

Parameters

process
Type: System.Diagnostics.Process
The process.

Return Value

Type: IReadOnlyList<IntPtr>
A list of windows handles.
Exceptions
ExceptionCondition
ArgumentNullExceptionprocess is null.
See Also