UDF > WinAPIEx > System > Station & Desktop >


_WinAPI_SetUserObjectInformation

Définit des informations sur la station window spécifiée ou l'objet bureau

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

Paramètres

$hObject Handle de la station window ou de l'objet bureau.
$iIndex Les informations d'objet à définir. Ce paramètre peut prendre l'une des valeurs suivantes:
$UOI_FLAGS
$tData Les données de l'information d'objet. Le type de données dépend du type d'information. Pour plus d'informations, voir la fonction _WinAPI_GetUserObjectInformation().

Valeur de retour

Succès: Retourne True
Échec: Retourne False

Voir aussi

Consultez SetUserObjectInformation dans la librairie MSDN.