Function Reference


_WinAPI_AttachThreadInput

Attaches the input processing mechanism of one thread to that of another thread

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

Parameters

$iAttach Identifier of the thread to be attached to another thread
$iAttachTo Identifier of the thread to be attached to
$bAttach Attachment mode:
    True - The threads are attached
    False - The threads are detached

Return Value

Success: True
Failure: False

See Also

Search AttachThreadInput in MSDN Library.