###User Defined Function###
_WinAPI_GetClassName

###Description###
Retrieves the name of the class to which the specified window belongs

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetClassName ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of window
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The window class name
Failure:	Empty string, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ GetClassName


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