###Function###
WinGetClassList

###Description###
Retrieves the classes from a window.

###Syntax###
WinGetClassList ( "title" [, "text"] )


###Parameters###
@@ParamTable@@
title
	The title/hWnd/class of the window to get the classes. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to get the classes. Default is an empty string. See <a href="../intro/windowsbasic.htm#specialtext">Text special definition</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a string containing the window classes read.
Failure:	"" and sets the @error flag to non-zero if the criteria does not match a window.
@@End@@


###Remarks###
Class names are linefeed (@LF) separated.  <a href="WinGetClassList.htm">WinGetClassList()</a> works on both minimized and hidden windows.  Up to 64KB of text can be retrieved.    If multiple windows match the criteria, the classes are read from the most recently active window.


###Related###
ControlCommand, WinGetText


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