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