Funktionreferenz


_WinAPI_SetUserObjectInformation


Sets information about the specified window station or desktop object

#include <WinAPISys.au3>
_WinAPI_SetUserObjectInformation ( $hObject, $iIndex, $tData )

Parameter

$hObject Handle to the window station or desktop object.
$iIndex The object information to be set. This parameter can be one of the following values.
$UOI_FLAGS
$tData The data of the object information. The data type depends on the information type. For more information,
see _WinAPI_GetUserObjectInformation() function.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach SetUserObjectInformation in der MSDN Bibliothek.