开发者

winapi - Get and/or Change my hook's order and priority

my name is Dylan Michaels.

开发者_如何学CI've created a low-level mouse hook in my Win32 C++ program and I'm aware that many applications can have hooks and Microsoft Windows sends the messages to these hooks one at a time, like a chain. I want to know if I can get my hook's place in this chain and maybe even alter it.

Thanks in advance.


The API does not expose any way to determine your hook's position within the chain, and no way to alter the ordering of the chain other than when calling SetWindowsHookEx().

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜