###Function###
WinSetTitle

###Description###
Changes the title of a window.

###Syntax###
WinSetTitle ( "title", "text", "newtitle" )


###Parameters###
@@ParamTable@@
title
	The title/hWnd/class of the window to change. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	The text of the window to change. See <a href="../intro/windowsbasic.htm#specialtext">Text special definition</a>.
newtitle
	The new title to give to the window.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 if the window is not found.
@@End@@


###Remarks###
If multiple windows match the criteria the title of most recently active window is changed.


###Related###
AutoItWinSetTitle, WinGetHandle, WinGetTitle, WinTitleMatchMode (Option)


###Example###
@@IncludeExample@@
