wManager.Wow.Helpers Namespace
WRobot

Utility..::..GetWindowText Method (IntPtr)

Gets the window text.

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

Syntax


public static string GetWindowText(
	IntPtr hWnd
)
Public Shared Function GetWindowText ( _
	hWnd As IntPtr _
) As String
public:
static String^ GetWindowText(
	IntPtr^ hWnd
)

Parameters

hWnd
Type: IntPtr
A handle to the window.

Return Value

System.String.

See Also


GetWindowText Overload