函数参考


_WinAPI_AttachThreadInput

输入一个线程处理机制到另一个线程

#Include <WinAPI.au3>
_WinAPI_AttachThreadInput($iAttach, $iAttachTo, $fAttach)

参数

$iAttach 被连接到另一线程的线程标识符
$iAttachTo 另一线程的标识符
$fAttach 连接模式:
True - 线程连接
False - 线程分离

返回值

成功: 返回 True
失败: 返回 False

注意/说明

None.

相关

详情参考

在MSDN中搜索