文件名称:DriverAB
- 所属分类:
- 驱动编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- 隔**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在驱动开发中经常需要一个驱动程序调用另外一个驱动程序,本代码给出了一个同步调用实例和一个异步调用实例。实例中DriverA为一个标准驱动程序,作为“目标程序”,调用DriverA的驱动程序被命名为DriverB,本实例给出了DriverB调用DriverA的2种调用方式,在VC6和DDK环境下调试通过!-At-driven development often requires a driver to call another driver, give this code a synchronous call examples and examples of an asynchronous call. DriverA for example a standard driver, as the " target program" , call DriverA driver was named DriverB, the examples give a DriverB call the two kinds of calls DriverA way at VC6 and DDK debug environment through!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test1
.....\Debug
.....\DriverDevA
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevA.dsp
.....\..........\MyDriver_Check
.....\DriverDevB
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevB.dsp
.....\..........\MyDriver_Check
.....\NT_Driver.dsw
.....\Test
.....\....\ConsoleTest.dsp
.....\....\Debug
.....\....\main.cpp
Test2
.....\Debug
.....\DriverDevA
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevA.dsp
.....\..........\MyDriver_Check
.....\DriverDevB
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevB.dsp
.....\..........\MyDriver_Check
.....\NT_Driver.dsw
.....\Test
.....\....\ConsoleTest.dsp
.....\....\Debug
.....\....\main.cpp
.....\Debug
.....\DriverDevA
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevA.dsp
.....\..........\MyDriver_Check
.....\DriverDevB
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevB.dsp
.....\..........\MyDriver_Check
.....\NT_Driver.dsw
.....\Test
.....\....\ConsoleTest.dsp
.....\....\Debug
.....\....\main.cpp
Test2
.....\Debug
.....\DriverDevA
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevA.dsp
.....\..........\MyDriver_Check
.....\DriverDevB
.....\..........\Driver.cpp
.....\..........\Driver.h
.....\..........\DriverDevB.dsp
.....\..........\MyDriver_Check
.....\NT_Driver.dsw
.....\Test
.....\....\ConsoleTest.dsp
.....\....\Debug
.....\....\main.cpp