Attaches the input processing mechanism of one thread to that of another thread
#include <WinAPIProc.au3>
_WinAPI_AttachThreadInput ( $iAttach, $iAttachTo, $bAttach )
$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 |
Success: | True |
Failure: | False |
Search AttachThreadInput in MSDN Library.