Retrieves the text of the specified window's title bar
#include <WinAPI.au3>
_WinAPI_GetWindowText ( $hWnd )
$hWnd | Handle of the window |
Success: | Windows title bar |
Failure: | Sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information |
Search GetWindowText in MSDN Library.