Retrieves the name of the class to which the specified window belongs
#include <WinAPISysWin.au3>
_WinAPI_GetClassName ( $hWnd )
$hWnd | Handle of window |
Success: | The window class name |
Failure: | Empty string, call _WinAPI_GetLastError() to get extended error information |
Search GetClassName in MSDN Library.