###User Defined Function###
_WinAPI_GetWindowText

###Description###
Retrieves the text of the specified window's title bar

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetWindowText ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of the window
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Windows title bar
Failure:	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ GetWindowText
