Click or drag to resize

RestartManagerEnumProcessWindows 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.DiagnosticsProcess
The process.

Return Value

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