wManager.Wow.Helpers Namespace
WRobot

Utility..::..EnumerateProcessWindowHandles Method

Enumerates the process window handles.

Namespace:  Relogger
Assembly:  Relogger (in Relogger.exe)

Syntax


public static List<IntPtr> EnumerateProcessWindowHandles(
	int processId
)
Public Shared Function EnumerateProcessWindowHandles ( _
	processId As Integer _
) As List(Of IntPtr)
public:
static List<IntPtr^>^ EnumerateProcessWindowHandles(
	int^ processId
)

Parameters

processId
Type: Int32
The process identifier.

Return Value

List<IntPtr>.