###User Defined Function###
_WinAPI_SetHandleInformation

###Description###
Sets certain properties of an object handle

###Syntax###
#include <WinAPI.au3>
_WinAPI_SetHandleInformation ( $hObject, $iMask, $iFlags )


###Parameters###
@@ParamTable@@
$hObject
	Handle to an object
$iMask
	Specifies the bit flags to be changed
$iFlags
	Specifies properties of the object handle
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ SetHandleInformation
