搜索资源列表
installdrv
- 如果需要在MFC程序中加载并启动一个内核驱动程序,可以使用该段代码,该代码拷贝驱动到drivers目录,以服务形式启动它。 要想关闭服务,可以调用命令行: net stop <服务名>-If you need to load in the MFC program and start a kernel driver, you can use that section of code that copy driver t
InstallDrv
- 演示如何手工加载驱动 并且如果跟驱动进行通信-Demonstrates how to manually load the driver and if the communication with the driver