AttachThreadInput |
Declare Function Api_AttachThreadInput& Lib "user32" Alias "AttachThreadInput" (ByVal idAttach&, ByVal idAttachTo&, ByVal fAttach&) |
Declare Function AttachThreadInput Lib "user32" (ByVal idAttach As Long, ByVal idAttachTo As Long, ByVal fAttach As Long) As Long |
|
特定のスレッドの入力処理機構を別のスレッドにアタッチする。 |
|
パラメータ FALSE に設定すると、スレッドがデタッチされる。 |