hidmouse

所属分类:驱动编程
开发工具:Visual C++
文件大小:53KB
下载次数:35
上传日期:2011-11-13 17:34:01
上 传 者aaaavvvv
说明:  一个虚拟鼠标的驱动程序范例,可以通过这个例子,实现自己更多的功能。
(An example of a virtual mouse driver, worth a visit)

文件列表:
hidmouse\buildchk.log (4330, 2008-10-08)
hidmouse\function.h (711, 2003-03-27)
hidmouse\hidmouse.h (878, 2003-03-27)
hidmouse\makefile (267, 2003-03-27)
hidmouse\sas.ncb (50176, 2005-02-06)
hidmouse\sources (1387, 2003-03-27)
hidmouse\vhidmou.cpp (2021, 2003-03-27)
hidmouse\vhidmou.def (561, 2003-03-27)
hidmouse\VHIDMOU.dsp (20072, 2005-02-06)
hidmouse\vhidmou.dsw (309, 2003-03-27)
hidmouse\vhidmou.h (628, 2003-03-27)
hidmouse\vhidmou.inf (2894, 2005-02-06)
hidmouse\vhidmou.ncb (58368, 2008-10-08)
hidmouse\vhidmou.opt (51712, 2008-10-08)
hidmouse\VHIDMOU.plg (955, 2008-10-08)
hidmouse\vhidmou.rc (1721, 2003-03-27)
hidmouse\vhidmou.sys (67924, 2005-02-06)
hidmouse\vmoudev.cpp (13552, 2005-02-10)
hidmouse\vmoudev.h (2535, 2005-02-06)
hidmouse\vxd\buildfre_win2k.log (740, 2005-02-05)
hidmouse\vxd\kbdmouse.cpp (3975, 2003-03-27)
hidmouse\vxd\kbdmouse.h (1507, 2003-03-27)
hidmouse\vxd\kbdmouse.mak (257, 2003-03-27)
hidmouse\vxd\kbdmouse.vrc (330, 2003-03-27)
hidmouse\vxd (0, 2011-11-06)
hidmouse (0, 2011-11-06)

Virtual HID Mouse Example Copyright (c) 1997-1999 Compuware Corporation The virtual HID mouse example shows how to build a WDM mouse driver for Windows ***. The mouse driver is 'virtual' in the sense that it does not require a physical mouse device. Instead, it gets mouse input from a VxD (kbdmouse), which traps hot keys that correspond to mouse moves and clicks. The top level directory of the zip contains the source code for the VHIDMOU.SYS component of the example. This is a HID minidriver which can be installed under Windows ***. It has been tested on builds 1525 and 1546. The example is built with Compuware Numega's Driver::Works device driver development kit. This tool kit is used to build drivers for Windows NT and WDM. Subdirectory VXD contains the source code for the KBDMOUSE.VXD driver. This is the VxD that converts hot keys to mouse input by calling the exported functions of VHIDMOU.SYS. The driver is based on Compuware Numega's VtoolsD device driver kit, which is used to build VxDs for Windows 9x and Windows 3.x.

近期下载者

相关文件


收藏者