###Function###
GUIGetStyle

###Description###
Retrieves the styles of a GUI window.

###Syntax###
GUIGetStyle ( [ winhandle] )


###Parameters###
@@ParamTable@@
winhandle
	[optional] Windows handle as returned by GUICreate (default is the previously used window).
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	returns a two-element array that containing the styles information:
	$array[0] = Style
	$array[1] = ExStyle
Failure:	Returns 0.
@@End@@


###Remarks###
Be carefull Style changes after GUISetState().


###Related###
GUICreate, GUISetStyle


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