###User Defined Function###
_WinAPI_GetClassLongEx

###Description###
Retrieves the specified value associated with the specified window.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetClassLongEx ( $hWnd, $iIndex )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the window.
$iIndex
	The value to retrieve. This parameter can be one of the following values.
	$GCL_CBCLSEXTRA
	$GCL_CBWNDEXTRA
	$GCL_HBRBACKGROUND
	$GCL_HCURSOR
	$GCL_HICON
	$GCL_HICONSM
	$GCL_HMODULE
	$GCL_MENUNAME
	$GCL_STYLE
	$GCL_WNDPROC
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The requested value.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetClassLong
