###Function###
TraySetToolTip

###Description###
(Re)Sets the tooltip text for the tray icon.

###Syntax###
TraySetToolTip ( [text] )


###Parameters###
@@ParamTable@@
text
	[optional] The new text to be displayed as tooltip. The length is limited - see Remarks.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0.
@@End@@


###Remarks###
In Windows 2000 and later the tooltip length is limited to 128 characters.

To reset the tooltip to the default text, use the function with no parameters:
TraySetToolTip().

The tooltip text is only changed when the tray icon is visible!


###Related###
TrayTip


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