Function Reference


_WinAPI_GetObjectType

Retrieves the type of the specified object

#include <WinAPIHObj.au3>
_WinAPI_GetObjectType ( $hObject )

Parameters

$hObject Handle to the graphics object.

Return Value

Success: The value identifies the object ($OBJ_*).
Failure: 0.

See Also

Search GetObjectType in MSDN Library.