Sets certain properties of an object handle
#include <WinAPIHObj.au3>
_WinAPI_SetHandleInformation ( $hObject, $iMask, $iFlags )
| $hObject | Handle to an object |
| $iMask | Specifies the bit flags to be changed |
| $iFlags | Specifies properties of the object handle |
| Success: | True |
| Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search SetHandleInformation in MSDN Library.