* A system hook allows you to insert a callback function which intercepts certain Windows messages (e.g., mouse related messages).
    * A local system hook is a system hook that is called only when the specified messages are processed by a single thread.
    * A global system hook is a system hook that is called when the specified messages are processed by any application on the entire system. 
system hook
local system hook
global system hook

解决方案 »

  1.   

    system hook   系统钩子
    local system hook   本地系统钩子
    global system hook  全局系统钩子
    ------------------
    只知道怎么翻译,现在还没学到怎么用呢
      

  2.   

    system hook 系统钩子
    local system hook 局部系统钩子
    global system hook 全局系统钩子
      

  3.   

    一个系统钩子允许你插入拦截特定的Windows消息的一个回调函数
    一个本地系统钩子是一个只在一个单线程处理的指定的消息时调用的系统钩子
    一个全局系统钩子是一个整个系统中的任何应用程序处理的指定的消息时调用的系统钩子