摘要: There’s this new and really powerful type of data: event data. Well, it’s not really new. I bet you are already familiar with event data, even if you don’t know it by that name. 阅读全文
posted @ 2014-09-10 14:37 so... 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。 阅读全文
posted @ 2014-09-10 11:34 so... 阅读(1226) 评论(0) 推荐(0) 编辑