全局系统钩子是一个系统钩子,当指定的一些消息被系统中任何应用程序所处理时,这个钩子就被调用。
A global system hook is a system hook that is called when the specified messages are processed by any application on the entire system.
全局钩子会牺牲系统性能。使用了相同类型的全局钩子的应用程序之间也会有冲突。
Global hooks hurt system performance and cause conflicts with other applications that implement the same type of global hook.
全局钩子会牺牲系统性能。使用了相同类型的全局钩子的应用程序之间也会有冲突。
Global hooks hurt system performance and cause conflicts with other applications that implement the same type of global hook.
应用推荐