Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.36 KB

framework-i-o-request-object.md

File metadata and controls

20 lines (13 loc) · 1.36 KB
title description keywords ms.date
Framework I/O Request Object
Framework I/O Request Object
UMDF objects WDK , I/O request objects
framework objects WDK UMDF , I/O request objects
I/O request objects WDK UMDF
IWDFIoRequest
04/20/2017

Framework I/O Request Object

[!includeUMDF 1 Deprecation]

The framework I/O request object is exposed to drivers by the IWDFIoRequest interface. It encapsulates the details of an I/O operation. All I/O requests are represented as framework I/O request objects. The reflector notifies the driver host process when the reflector receives an I/O request packet (IRP) as the result of an application I/O operation, such as, a call to the Microsoft Win32 CreateFile or ReadFile function. The framework, in response to the reflector notification, constructs a new request object and puts it in the appropriate I/O queue. The queue configuration and the locking model chosen by the user-mode driver determine when the request is presented to the driver. For more information, see Configuring Dispatch Mode for an I/O Queue and Specifying a Callback Synchronization Mode.