摘要:
创建一个虚拟鼠标,在AddDevice中 status = IoCreateDevice (DriverObject, sizeof(DEVICE_EXTENSION), NULL, FILE_DEVICE_MOUSE, 0, true, // Not exclusive &fdo);这样创建的设备,即便创建符号链接,也不可能在应用程序中打开。这需要在DriverEntry中创... 阅读全文
posted @ 2009-11-01 23:32
Fan Zhang
阅读(469)
评论(0)
推荐(0)