Retrieves certain properties of an object handle
#include <WinAPISys.au3>
_WinAPI_GetHandleInformation ( $hObject )
$hObject | Handle to an object whose information is to be retrieved. |
Success: | The value that specifies the properties of the object handle ($HANDLE_FLAG_*). |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information. |
Search GetHandleInformation in MSDN Library.