Function Reference


_WinAPI_GetHandleInformation

Retrieves certain properties of an object handle

#include <WinAPISys.au3>
_WinAPI_GetHandleInformation ( $hObject )

Parameters

$hObject Handle to an object whose information is to be retrieved.

Return Value

Success: The value that specifies the properties of the object handle ($HANDLE_FLAG_*).
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

See Also

Search GetHandleInformation in MSDN Library.