Funktionreferenz


_WinAPI_GetObjectType


Retrieves the type of the specified object

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

Parameter

$hObject Handle to the graphics object.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetObjectType in der MSDN Bibliothek.