This topic has not yet been rated - Rate this topic

Framework Request Objects

Framework request objects represent I/O requests that the I/O manager has sent to a driver. Framework-based drivers process each I/O request by calling framework request object methods.

Each I/O request contains a WDM I/O request packet (IRP structure), but framework-based drivers typically do not need to access the IRP structure.

This section includes:

Creating Framework Request Objects

Using Request Object Context

Request Ownership

Processing I/O Requests

Obtaining Information About an I/O Request

Accessing Data Buffers in Framework-Based Drivers

Reusing Framework Request Objects

 

 

Send comments about this topic to Microsoft

Build date: 4/23/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.