当前位置:
首页 资源下载
搜索资源 - windows mobile HOOK
搜索资源列表
-
0下载:
Windows Mobile下的键盘钩子的源代码,适用于PocketPC上,Windows Mobile keyboard hook under the source code, apply on PocketPC
-
-
0下载:
Windows Mobile 上映射按钮事件,HOOK-Windows Mobile on the map button events, HOOK
-
-
0下载:
TouchPanel driver which encapsulate real driver. This driver helps to hook by user application touchscreen(TouchPanel) events before windows process this events.
-
-
0下载:
Windows Mobile上使用键盘钩子的代码-use keyboard hook in windows mobile
-
-
0下载:
Windows Mobile Mapi Monitoring
-
-
0下载:
Windows Mobile 上使用键盘钩子-Use the keyboard hook on Windows Mobile
-
-
0下载:
WINDOWS是基于消息的系统,鼠标移动,单击,键盘按键,窗口关闭等都会产生相应的消息,那么钩子是什么意思呢,它可以监控一个消息,比如在一个窗口里单击了一下,首先获得这个消息的,不是应用程序,而是系统,系统获取这个消息后,就去查看这个消息是在哪个窗口产生的,找到窗口后,再把消息投递到相应程序里的消息队列里,这之间有一个传递过程,那么钩子的作用就是在消息到达应用程序之前截获它,钩子可以关联一个函数(钩子处理函数),也就是说,如果对一个进程安装了一个钩子,进程再接收到相应在消息之前,会先去执行钩子所
-