Retrieves the type of the specified object
#include <WinAPIHObj.au3>
_WinAPI_GetObjectType ( $hObject )
$hObject | Handle to the graphics object. |
Success: | The value identifies the object ($OBJ_*). |
Failure: | 0. |
Search GetObjectType in MSDN Library.