UDF > WinAPIEx > Processes & Synchronization > Processes >


_WinAPI_AttachThreadInput

Attache le m�canisme de traitement d'entr�e d'un thread � celui d'un autre thread

#include <WinAPIProc.au3>
_WinAPI_AttachThreadInput ( $iAttach, $iAttachTo, $bAttach )

Param�tres

$iAttach Identifiant du thread � attacher � l'autre thread
$iAttachTo Identifiant du thread auquel attacher le premier
$bAttach Le mode d'attachement:
    True - Les threads sont attach�s
    False - Les threads sont d�tach�s

Valeur de retour

Succ�s: Retourne True
�chec: Retourne False

Voir aussi

Consultez AttachThreadInput dans la librairie MSDN.