读书人

这三个名词怎么翻译

发布时间: 2011-12-25 23:21:20 作者: rapoo

这三个名词如何翻译?
* 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

[解决办法]
system hook   系统钩子
local system hook   本地系统钩子
global system hook  全局系统钩子


------------------
只知道怎么翻译,现在还没学到怎么用呢
[解决办法]
system hook 系统钩子
local system hook 局部系统钩子
global system hook 全局系统钩子

读书人网 >C#

热点推荐