简体   繁体   中英

Are Thread Input queues global?

In win32, are thread input queues global to all applications? So Application A can attach itself to application B's thread input queue?

AttachThreadInput will do it in fact. A thread in application A can attach itself to the message queue owned by a thread in application B, IF the two processes exist on the same desktop AND process B is not at a higher integrity level .

There's an API that will let you merge your spyware's input queue with the user's banking application. This kind of thing is gradually getting closed down.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM