以下为句子列表:
英文: An application opens a handle to your device, whereupon the system sends you another IRP. Your dispatch routine does a little work and returns.
中文: 一个应用为你的设备开启一个处理,因此这个系统给你发送另一个IRP。你的分配程序完成一些工作并返回。
更详细...
英文: The application tries to read some data, whereupon the system sends you an IRP. Your dispatch routine puts the IRP in a queue and returns.
中文: 这个应用事这读取一些数据,因此系统发给你一个IRP。你的分配程序把这个IRP反进一个队列并返回。
更详细...
|