阅读:1096回复:1
【请问】这段话什么意思?
发信人: heartofdra (大灰狼), 信区: DriverDev
标 题: 【请问】这段话什么意思? 发信站: 水木社区 (Mon Mar 19 15:04:54 2007), 站内 Walter oney Programming the Microsoft Windows Driver Model 之 Chapter 5 The I/O Request Packet 之 Cancelling I/O Requests 清除IRP部分:From the perspective of your driver, the one thing all the requests have in common is that the stack location you receive points to the same file object in every instance. -- ※ 来源:·水木社区 http://newsmth.net·[FROM: 218.249.119.*] |
|
沙发#
发布于:2007-03-19 20:25
从驱动角度来看, 对于每个实例而言,所有的请求有个共同之处,所得到的 stack location 指向相同的 file object;
|
|