###User Defined Function###
_WinAPI_GetHandleInformation

###Description###
Retrieves certain properties of an object handle.

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


###Parameters###
@@ParamTable@@
$hObject
	Handle to an object whose information is to be retrieved.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The value that specifies the properties of the object handle ($HANDLE_FLAG_*).
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetHandleInformation
