Function Reference


_WinAPI_SetHandleInformation

Sets certain properties of an object handle

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

Parameters

$hObject Handle to an object
$iMask Specifies the bit flags to be changed
$iFlags Specifies properties of the object handle

Return Value

Success: True
Failure: False, call _WinAPI_GetLastError() to get extended error information

See Also

Search SetHandleInformation in MSDN Library.