GetWindowText Function - Windows API

Purpose



Declaration

C#

[DllImport("User32.dll")]
public static extern Int32 GetWindowText(int hWnd, StringBuilder s, int nMaxCount);