请输入您要查询的百科知识:

 

词条 AttachThreadInput
释义

声明

(该函数在user32.dll中)

C

WINUSERAPI

BOOL

WINAPI

AttachThreadInput(

IN DWORD idAttach,

IN DWORD idAttachTo,

IN BOOL fAttach);

VB

Declare Function AttachThreadInput Lib "user32" (ByVal idAttach As Long, ByVal idAttachTo As Long, ByVal fAttach As Long) As Long

参数表

参数 说明

idAttach 指定一个将要连接到其他线程的标识符(ID)

idAttachTo 与idAttach线程连接的另一个线程的标识符

fAttach TRUE(非零)连接,FALSE(0)撤消连接返回值:非零表示成功,零表示失败,会设置会LastError,请用GetLastError查看

说明

通常,系统内的每个线程都有自己的输入队列。本函数(既“连接线程输入函数”)允许线程和进程共享输入队列。连接了线程后,输入焦点、窗口激活、鼠标捕获、键盘状态以及输入队列状态都会进入共享状态。

调用这个函数时,会重设键盘状态。

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/31 5:50:51